#302376

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

Shades of Persian Indigo #302376

Tints of Persian Indigo #302376

Color information

#302376 (or 0x302376) is unknown color: approx Persian Indigo. HEX triplet: 30, 23 and 76. RGB value is (48,35,118). Sum of RGB (Red+Green+Blue) = 48+35+118=201 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.88% from 201); Green value is 35 (14.06% from 255 or 17.41% from 201); Blue value is 118 (46.48% from 255 or 58.71% from 201); Max value from RGB is 118 - color contains mainly: blue. Hex color #302376 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302376 is #CFDC89. Grayscale: #303030. Windows color (decimal): -13622410 or 7742256. OLE color: 7742256.

HSL color Cylindrical-coordinate representation of color #302376: hue angle of 249.4º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #302376 is Cyan = 0.59, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4835118-
CMYK0.590.7000.54
HSL249.4º54.25%30%-
HSV(B)249.4º70.34%46.27%-
XYZ5.093.1417.48-
YUV48.35167.31127.75-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.88%
GREEN value IS 35 (14.06% from 255) = 17.41%
BLUE value IS 118 (46.48% from 255) = 58.71%
R=23.88%
G=17.41%
B=58.71%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48351180.590.7000.54249.454.2530
Hex3023763B46036f9361e
Octal6043166731060663716636
Binary1100001000111110110111011100011001101101111100111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302376; }

 p { color: rgb(48,35,118); }

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

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

 a { background-color: rgb(48,35,118); }

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

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

 span { border-color: rgb(48,35,118); }

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