#311d9e

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

Shades of Persian Indigo #311D9E

Tints of Persian Indigo #311D9E

Color information

#311D9E (or 0x311D9E) is unknown color: approx Persian Indigo. HEX triplet: 31, 1D and 9E. RGB value is (49,29,158). Sum of RGB (Red+Green+Blue) = 49+29+158=236 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.76% from 236); Green value is 29 (11.72% from 255 or 12.29% from 236); Blue value is 158 (62.11% from 255 or 66.95% from 236); Max value from RGB is 158 - color contains mainly: blue. Hex color #311D9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #311D9E is #CEE261. Grayscale: #313131. Windows color (decimal): -13558370 or 10362161. OLE color: 10362161.

HSL color Cylindrical-coordinate representation of color #311D9E: hue angle of 249.3º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #311D9E is Cyan = 0.69, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4929158-
CMYK0.690.8200.38
HSL249.3º68.98%36.67%-
HSV(B)249.3º81.65%61.96%-
XYZ7.88432.7-
YUV49.69189.13127.51-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.76%
GREEN value IS 29 (11.72% from 255) = 12.29%
BLUE value IS 158 (62.11% from 255) = 66.95%
R=20.76%
G=12.29%
B=66.95%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal49291580.690.8200.38249.368.9836.67
Hex311D9E4552026f94525
Octal613523610512204637110545
Binary1100011110110011110100010110100100100110111110011000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311d9e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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