#31128E

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

Shades of Persian Indigo #31128E

Tints of Persian Indigo #31128E

Color information

#31128E (or 0x31128E) is unknown color: approx Persian Indigo. HEX triplet: 31, 12 and 8E. RGB value is (49,18,142). Sum of RGB (Red+Green+Blue) = 49+18+142=209 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.44% from 209); Green value is 18 (7.42% from 255 or 8.61% from 209); Blue value is 142 (55.86% from 255 or 67.94% from 209); Max value from RGB is 142 - color contains mainly: blue. Hex color #31128E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #31128E is #CEED71. Grayscale: #282828. Windows color (decimal): -13561202 or 9310769. OLE color: 9310769.

HSL color Cylindrical-coordinate representation of color #31128E: hue angle of 255º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #31128E is Cyan = 0.65, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4918142-
CMYK0.650.8700.44
HSL255º77.5%31.37%-
HSV(B)255º87.32%55.69%-
XYZ6.373.0425.84-
YUV41.4184.77133.42-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.44%
GREEN value IS 18 (7.42% from 255) = 8.61%
BLUE value IS 142 (55.86% from 255) = 67.94%
R=23.44%
G=8.61%
B=67.94%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal49181420.650.8700.4425577.531.37
Hex31128E415702Cff4e1f
Octal612221610112705437711637
Binary110001100101000111010000011010111010110011111111100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31128E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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