#31169D

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

Shades of Persian Indigo #31169D

Tints of Persian Indigo #31169D

Color information

#31169D (or 0x31169D) is unknown color: approx Persian Indigo. HEX triplet: 31, 16 and 9D. RGB value is (49,22,157). Sum of RGB (Red+Green+Blue) = 49+22+157=228 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.49% from 228); Green value is 22 (8.98% from 255 or 9.65% from 228); Blue value is 157 (61.72% from 255 or 68.86% from 228); Max value from RGB is 157 - color contains mainly: blue. Hex color #31169D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #31169D is #CEE962. Grayscale: #2C2C2C. Windows color (decimal): -13560163 or 10294833. OLE color: 10294833.

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

Color convert

RGB4922157-
CMYK0.690.8600.38
HSL252º75.42%35.1%-
HSV(B)252º85.99%61.57%-
XYZ7.643.6632.2-
YUV45.46190.95130.52-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.49%
GREEN value IS 22 (8.98% from 255) = 9.65%
BLUE value IS 157 (61.72% from 255) = 68.86%
R=21.49%
G=9.65%
B=68.86%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal49221570.690.8600.3825275.4235.1
Hex31169D4556026fc4b23
Octal612623510512604637411343
Binary1100011011010011101100010110101100100110111111001001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31169D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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