#31126E

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

Shades of Persian Indigo #31126E

Tints of Persian Indigo #31126E

Color information

#31126E (or 0x31126E) is unknown color: approx Persian Indigo. HEX triplet: 31, 12 and 6E. RGB value is (49,18,110). Sum of RGB (Red+Green+Blue) = 49+18+110=177 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.68% from 177); Green value is 18 (7.42% from 255 or 10.17% from 177); Blue value is 110 (43.36% from 255 or 62.15% from 177); Max value from RGB is 110 - color contains mainly: blue. Hex color #31126E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31126E is #CEED91. Grayscale: #252525. Windows color (decimal): -13561234 or 7213617. OLE color: 7213617.

HSL color Cylindrical-coordinate representation of color #31126E: hue angle of 260.22º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #31126E is Cyan = 0.55, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4918110-
CMYK0.550.8400.57
HSL260.22º71.88%25.1%-
HSV(B)260.22º83.64%43.14%-
XYZ4.32.2114.95-
YUV37.76168.77136.02-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.68%
GREEN value IS 18 (7.42% from 255) = 10.17%
BLUE value IS 110 (43.36% from 255) = 62.15%
R=27.68%
G=10.17%
B=62.15%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal49181100.550.8400.57260.2271.8825.1
Hex31126E37540391044819
Octal61221566712407140411031
Binary11000110010110111011011110101000111001100000100100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31126E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31126E; }

 p { color: rgb(49,18,110); }

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

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

 a { background-color: rgb(49,18,110); }

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

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

 span { border-color: rgb(49,18,110); }

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