#312490

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

Shades of Persian Indigo #312490

Tints of Persian Indigo #312490

Color information

#312490 (or 0x312490) is unknown color: approx Persian Indigo. HEX triplet: 31, 24 and 90. RGB value is (49,36,144). Sum of RGB (Red+Green+Blue) = 49+36+144=229 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.40% from 229); Green value is 36 (14.45% from 255 or 15.72% from 229); Blue value is 144 (56.64% from 255 or 62.88% from 229); Max value from RGB is 144 - color contains mainly: blue. Hex color #312490 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312490 is #CEDB6F. Grayscale: #333333. Windows color (decimal): -13556592 or 9446449. OLE color: 9446449.

HSL color Cylindrical-coordinate representation of color #312490: hue angle of 247.22º 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 #312490 is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4936144-
CMYK0.660.7500.44
HSL247.22º60%35.29%-
HSV(B)247.22º75%56.47%-
XYZ6.933.9326.78-
YUV52.2179.81125.72-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.40%
GREEN value IS 36 (14.45% from 255) = 15.72%
BLUE value IS 144 (56.64% from 255) = 62.88%
R=21.40%
G=15.72%
B=62.88%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal49361440.660.7500.44247.226035.29
Hex312490424B02Cf73c23
Octal61442201021130543677443
Binary1100011001001001000010000101001011010110011110111111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312490; }

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

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

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

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

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

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

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

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