#311C78

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

Shades of Persian Indigo #311C78

Tints of Persian Indigo #311C78

Color information

#311C78 (or 0x311C78) is unknown color: approx Persian Indigo. HEX triplet: 31, 1C and 78. RGB value is (49,28,120). Sum of RGB (Red+Green+Blue) = 49+28+120=197 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.87% from 197); Green value is 28 (11.33% from 255 or 14.21% from 197); Blue value is 120 (47.27% from 255 or 60.91% from 197); Max value from RGB is 120 - color contains mainly: blue. Hex color #311C78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #311C78 is #CEE387. Grayscale: #2C2C2C. Windows color (decimal): -13558664 or 7871537. OLE color: 7871537.

HSL color Cylindrical-coordinate representation of color #311C78: hue angle of 253.7º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #311C78 is Cyan = 0.59, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4928120-
CMYK0.590.7700.53
HSL253.7º62.16%29.02%-
HSV(B)253.7º76.67%47.06%-
XYZ5.072.8418.05-
YUV44.77170.46131.02-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.87%
GREEN value IS 28 (11.33% from 255) = 14.21%
BLUE value IS 120 (47.27% from 255) = 60.91%
R=24.87%
G=14.21%
B=60.91%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49281200.590.7700.53253.762.1629.02
Hex311C783B4D035fe3e1d
Octal6134170731150653767635
Binary110001111001111000111011100110101101011111111011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311C78; }

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

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

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

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

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

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

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

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