#312376

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

Shades of Persian Indigo #312376

Tints of Persian Indigo #312376

Color information

#312376 (or 0x312376) is unknown color: approx Persian Indigo. HEX triplet: 31, 23 and 76. RGB value is (49,35,118). Sum of RGB (Red+Green+Blue) = 49+35+118=202 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.26% from 202); Green value is 35 (14.06% from 255 or 17.33% from 202); Blue value is 118 (46.48% from 255 or 58.42% from 202); Max value from RGB is 118 - color contains mainly: blue. Hex color #312376 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312376 is #CEDC89. Grayscale: #303030. Windows color (decimal): -13556874 or 7742257. OLE color: 7742257.

HSL color Cylindrical-coordinate representation of color #312376: hue angle of 250.12º 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 #312376 is Cyan = 0.58, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4935118-
CMYK0.580.7000.54
HSL250.12º54.25%30%-
HSV(B)250.12º70.34%46.27%-
XYZ5.143.1617.48-
YUV48.65167.14128.25-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.26%
GREEN value IS 35 (14.06% from 255) = 17.33%
BLUE value IS 118 (46.48% from 255) = 58.42%
R=24.26%
G=17.33%
B=58.42%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal49351180.580.7000.54250.1254.2530
Hex3123763A46036fa361e
Octal6143166721060663726636
Binary1100011000111110110111010100011001101101111101011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312376; }

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

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

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

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

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

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

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

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