#301292

Color #301292 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #301292

Tints of Persian Indigo #301292

Color information

#301292 (or 0x301292) is unknown color: approx Persian Indigo. HEX triplet: 30, 12 and 92. RGB value is (48,18,146). Sum of RGB (Red+Green+Blue) = 48+18+146=212 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.64% from 212); Green value is 18 (7.42% from 255 or 8.49% from 212); Blue value is 146 (57.42% from 255 or 68.87% from 212); Max value from RGB is 146 - color contains mainly: blue. Hex color #301292 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301292 is #CFED6D. Grayscale: #292929. Windows color (decimal): -13626734 or 9572912. OLE color: 9572912.

HSL color Cylindrical-coordinate representation of color #301292: hue angle of 254.06º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #301292 is Cyan = 0.67, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB4818146-
CMYK0.670.8800.43
HSL254.06º78.05%32.16%-
HSV(B)254.06º87.67%57.25%-
XYZ6.623.1427.45-
YUV41.56186.94132.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 48 (19.14% from 255) = 22.64%
GREEN value IS 18 (7.42% from 255) = 8.49%
BLUE value IS 146 (57.42% from 255) = 68.87%
R=22.64%
G=8.49%
B=68.87%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal48181460.670.8800.43254.0678.0532.16
Hex301292435802Bfe4e20
Octal602222210313005337611640
Binary1100001001010010010100001110110000101011111111101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301292; }

 p { color: rgb(48,18,146); }

 H1.HeaderClassName
 {
   color: #301292;
 }
 .AnyTagClassName
 {
   color: #301292;
 }
</style>
background-color css

<style>
 a { background-color: #301292; }

 a { background-color: rgb(48,18,146); }

 div.DivClassName
 {
   background-color: #301292;
 }
 .BgClassName
 {
   background-color: #301292;
 }
</style>
border-color css

<style>
 span { border-color: #301292; }

 span { border-color: rgb(48,18,146); }

 td.TdClassName
 {
   border-color: #301292;
 }
 .TagClassName
 {
   border-color: #301292;
 }
</style>