#31248e

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

Shades of Persian Indigo #31248E

Tints of Persian Indigo #31248E

Color information

#31248E (or 0x31248E) is unknown color: approx Persian Indigo. HEX triplet: 31, 24 and 8E. RGB value is (49,36,142). Sum of RGB (Red+Green+Blue) = 49+36+142=227 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.59% from 227); Green value is 36 (14.45% from 255 or 15.86% from 227); Blue value is 142 (55.86% from 255 or 62.56% from 227); Max value from RGB is 142 - color contains mainly: blue. Hex color #31248E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31248E is #CEDB71. Grayscale: #333333. Windows color (decimal): -13556594 or 9315377. OLE color: 9315377.

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

Color convert

RGB4936142-
CMYK0.650.7500.44
HSL247.36º59.55%34.9%-
HSV(B)247.36º74.65%55.69%-
XYZ6.783.8725.98-
YUV51.97178.81125.88-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.59%
GREEN value IS 36 (14.45% from 255) = 15.86%
BLUE value IS 142 (55.86% from 255) = 62.56%
R=21.59%
G=15.86%
B=62.56%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal49361420.650.7500.44247.3659.5534.9
Hex31248E414B02Cf73c23
Octal61442161011130543677443
Binary1100011001001000111010000011001011010110011110111111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31248e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31248e; }

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

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

<style>
 a { background-color: #31248e; }

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

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

<style>
 span { border-color: #31248e; }

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

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