#311572

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

Shades of Persian Indigo #311572

Tints of Persian Indigo #311572

Color information

#311572 (or 0x311572) is unknown color: approx Persian Indigo. HEX triplet: 31, 15 and 72. RGB value is (49,21,114). Sum of RGB (Red+Green+Blue) = 49+21+114=184 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.63% from 184); Green value is 21 (8.59% from 255 or 11.41% from 184); Blue value is 114 (44.92% from 255 or 61.96% from 184); Max value from RGB is 114 - color contains mainly: blue. Hex color #311572 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #311572 is #CEEA8D. Grayscale: #272727. Windows color (decimal): -13560462 or 7476529. OLE color: 7476529.

HSL color Cylindrical-coordinate representation of color #311572: hue angle of 258.06º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #311572 is Cyan = 0.57, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4921114-
CMYK0.570.8200.55
HSL258.06º68.89%26.47%-
HSV(B)258.06º81.58%44.71%-
XYZ4.572.416.14-
YUV39.97169.78134.44-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.63%
GREEN value IS 21 (8.59% from 255) = 11.41%
BLUE value IS 114 (44.92% from 255) = 61.96%
R=26.63%
G=11.41%
B=61.96%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49211140.570.8200.55258.0668.8926.47
Hex3115723952037102451a
Octal61251627112206740210532
Binary11000110101111001011100110100100110111100000010100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311572; }

 p { color: rgb(49,21,114); }

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

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

 a { background-color: rgb(49,21,114); }

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

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

 span { border-color: rgb(49,21,114); }

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