#31169A

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

Shades of Persian Indigo #31169A

Tints of Persian Indigo #31169A

Color information

#31169A (or 0x31169A) is unknown color: approx Persian Indigo. HEX triplet: 31, 16 and 9A. RGB value is (49,22,154). Sum of RGB (Red+Green+Blue) = 49+22+154=225 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.78% from 225); Green value is 22 (8.98% from 255 or 9.78% from 225); Blue value is 154 (60.55% from 255 or 68.44% from 225); Max value from RGB is 154 - color contains mainly: blue. Hex color #31169A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #31169A is #CEE965. Grayscale: #2C2C2C. Windows color (decimal): -13560166 or 10098225. OLE color: 10098225.

HSL color Cylindrical-coordinate representation of color #31169A: hue angle of 252.27º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #31169A is Cyan = 0.68, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB4922154-
CMYK0.680.8600.40
HSL252.27º75%34.51%-
HSV(B)252.27º85.71%60.39%-
XYZ7.393.5630.87-
YUV45.12189.45130.77-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.78%
GREEN value IS 22 (8.98% from 255) = 9.78%
BLUE value IS 154 (60.55% from 255) = 68.44%
R=21.78%
G=9.78%
B=68.44%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal49221540.680.8600.40252.277534.51
Hex31169A4456028fc4b23
Octal612623210412605037411343
Binary1100011011010011010100010010101100101000111111001001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31169A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31169A; }

 p { color: rgb(49,22,154); }

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

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

 a { background-color: rgb(49,22,154); }

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

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

 span { border-color: rgb(49,22,154); }

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