#31186E

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

Shades of Persian Indigo #31186E

Tints of Persian Indigo #31186E

Color information

#31186E (or 0x31186E) is unknown color: approx Persian Indigo. HEX triplet: 31, 18 and 6E. RGB value is (49,24,110). Sum of RGB (Red+Green+Blue) = 49+24+110=183 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.78% from 183); Green value is 24 (9.77% from 255 or 13.11% from 183); Blue value is 110 (43.36% from 255 or 60.11% from 183); Max value from RGB is 110 - color contains mainly: blue. Hex color #31186E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31186E is #CEE791. Grayscale: #282828. Windows color (decimal): -13559698 or 7215153. OLE color: 7215153.

HSL color Cylindrical-coordinate representation of color #31186E: hue angle of 257.44º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31186E is Cyan = 0.55, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4924110-
CMYK0.550.7800.57
HSL257.44º64.18%26.27%-
HSV(B)257.44º78.18%43.14%-
XYZ4.412.4314.99-
YUV41.28166.78133.51-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.78%
GREEN value IS 24 (9.77% from 255) = 13.11%
BLUE value IS 110 (43.36% from 255) = 60.11%
R=26.78%
G=13.11%
B=60.11%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal49241100.550.7800.57257.4464.1826.27
Hex31186E374E039101401a
Octal61301566711607140110032
Binary11000111000110111011011110011100111001100000001100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31186E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31186E; }

 p { color: rgb(49,24,110); }

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

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

 a { background-color: rgb(49,24,110); }

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

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

 span { border-color: rgb(49,24,110); }

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