#31187E

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

Shades of Persian Indigo #31187E

Tints of Persian Indigo #31187E

Color information

#31187E (or 0x31187E) is unknown color: approx Persian Indigo. HEX triplet: 31, 18 and 7E. RGB value is (49,24,126). Sum of RGB (Red+Green+Blue) = 49+24+126=199 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.62% from 199); Green value is 24 (9.77% from 255 or 12.06% from 199); Blue value is 126 (49.61% from 255 or 63.32% from 199); Max value from RGB is 126 - color contains mainly: blue. Hex color #31187E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31187E is #CEE781. Grayscale: #2A2A2A. Windows color (decimal): -13559682 or 8263729. OLE color: 8263729.

HSL color Cylindrical-coordinate representation of color #31187E: hue angle of 254.71º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31187E is Cyan = 0.61, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4924126-
CMYK0.610.8100.51
HSL254.71º68%29.41%-
HSV(B)254.71º80.95%49.41%-
XYZ5.362.8120-
YUV43.1174.78132.21-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.62%
GREEN value IS 24 (9.77% from 255) = 12.06%
BLUE value IS 126 (49.61% from 255) = 63.32%
R=24.62%
G=12.06%
B=63.32%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal49241260.610.8100.51254.716829.41
Hex31187E3D51033ff441d
Octal61301767512106337710435
Binary1100011100011111101111011010001011001111111111100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31187E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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