#302479

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

Shades of Persian Indigo #302479

Tints of Persian Indigo #302479

Color information

#302479 (or 0x302479) is unknown color: approx Persian Indigo. HEX triplet: 30, 24 and 79. RGB value is (48,36,121). Sum of RGB (Red+Green+Blue) = 48+36+121=205 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.41% from 205); Green value is 36 (14.45% from 255 or 17.56% from 205); Blue value is 121 (47.66% from 255 or 59.02% from 205); Max value from RGB is 121 - color contains mainly: blue. Hex color #302479 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302479 is #CFDB86. Grayscale: #303030. Windows color (decimal): -13622151 or 7939120. OLE color: 7939120.

HSL color Cylindrical-coordinate representation of color #302479: hue angle of 248.47º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #302479 is Cyan = 0.60, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4836121-
CMYK0.600.7000.53
HSL248.47º54.14%30.78%-
HSV(B)248.47º70.25%47.45%-
XYZ5.33.2718.44-
YUV49.28168.48127.09-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.41%
GREEN value IS 36 (14.45% from 255) = 17.56%
BLUE value IS 121 (47.66% from 255) = 59.02%
R=23.41%
G=17.56%
B=59.02%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48361210.600.7000.53248.4754.1430.78
Hex3024793C46035f8361f
Octal6044171741060653706637
Binary1100001001001111001111100100011001101011111100011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302479; }

 p { color: rgb(48,36,121); }

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

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

 a { background-color: rgb(48,36,121); }

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

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

 span { border-color: rgb(48,36,121); }

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