#311D72

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

Shades of Persian Indigo #311D72

Tints of Persian Indigo #311D72

Color information

#311D72 (or 0x311D72) is unknown color: approx Persian Indigo. HEX triplet: 31, 1D and 72. RGB value is (49,29,114). Sum of RGB (Red+Green+Blue) = 49+29+114=192 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.52% from 192); Green value is 29 (11.72% from 255 or 15.10% from 192); Blue value is 114 (44.92% from 255 or 59.38% from 192); Max value from RGB is 114 - color contains mainly: blue. Hex color #311D72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #311D72 is #CEE28D. Grayscale: #2C2C2C. Windows color (decimal): -13558414 or 7478577. OLE color: 7478577.

HSL color Cylindrical-coordinate representation of color #311D72: hue angle of 254.12º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #311D72 is Cyan = 0.57, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4929114-
CMYK0.570.7500.55
HSL254.12º59.44%28.04%-
HSV(B)254.12º74.56%44.71%-
XYZ4.742.7516.2-
YUV44.67167.13131.09-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.52%
GREEN value IS 29 (11.72% from 255) = 15.10%
BLUE value IS 114 (44.92% from 255) = 59.38%
R=25.52%
G=15.10%
B=59.38%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49291140.570.7500.55254.1259.4428.04
Hex311D72394B037fe3b1c
Octal6135162711130673767334
Binary110001111011110010111001100101101101111111111011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,29,114); }

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

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

 a { background-color: rgb(49,29,114); }

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

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

 span { border-color: rgb(49,29,114); }

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