#311B78

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

Shades of Persian Indigo #311B78

Tints of Persian Indigo #311B78

Color information

#311B78 (or 0x311B78) is unknown color: approx Persian Indigo. HEX triplet: 31, 1B and 78. RGB value is (49,27,120). Sum of RGB (Red+Green+Blue) = 49+27+120=196 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25% from 196); Green value is 27 (10.94% from 255 or 13.78% from 196); Blue value is 120 (47.27% from 255 or 61.22% from 196); Max value from RGB is 120 - color contains mainly: blue. Hex color #311B78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #311B78 is #CEE487. Grayscale: #2B2B2B. Windows color (decimal): -13558920 or 7871281. OLE color: 7871281.

HSL color Cylindrical-coordinate representation of color #311B78: hue angle of 254.19º degrees, saturation: 0.63, 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 #311B78 is Cyan = 0.59, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4927120-
CMYK0.590.7800.53
HSL254.19º63.27%28.82%-
HSV(B)254.19º77.5%47.06%-
XYZ5.052.7918.04-
YUV44.18170.79131.44-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25%
GREEN value IS 27 (10.94% from 255) = 13.78%
BLUE value IS 120 (47.27% from 255) = 61.22%
R=25%
G=13.78%
B=61.22%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49271200.590.7800.53254.1963.2728.82
Hex311B783B4E035fe3f1d
Octal6133170731160653767735
Binary110001110111111000111011100111001101011111111011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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