#312378

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

Shades of Persian Indigo #312378

Tints of Persian Indigo #312378

Color information

#312378 (or 0x312378) is unknown color: approx Persian Indigo. HEX triplet: 31, 23 and 78. RGB value is (49,35,120). Sum of RGB (Red+Green+Blue) = 49+35+120=204 (27% of max value = 765). Red value is 49 (19.53% from 255 or 24.02% from 204); Green value is 35 (14.06% from 255 or 17.16% from 204); Blue value is 120 (47.27% from 255 or 58.82% from 204); Max value from RGB is 120 - color contains mainly: blue. Hex color #312378 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312378 is #CEDC87. Grayscale: #303030. Windows color (decimal): -13556872 or 7873329. OLE color: 7873329.

HSL color Cylindrical-coordinate representation of color #312378: hue angle of 249.88º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #312378 is Cyan = 0.59, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4935120-
CMYK0.590.7100.53
HSL249.88º54.84%30.39%-
HSV(B)249.88º70.83%47.06%-
XYZ5.263.2118.11-
YUV48.88168.14128.09-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.02%
GREEN value IS 35 (14.06% from 255) = 17.16%
BLUE value IS 120 (47.27% from 255) = 58.82%
R=24.02%
G=17.16%
B=58.82%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49351200.590.7100.53249.8854.8430.39
Hex3123783B47035fa371e
Octal6143170731070653726736
Binary1100011000111111000111011100011101101011111101011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312378; }

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

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

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

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

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

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

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

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