#31087F

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

Shades of Persian Indigo #31087F

Tints of Persian Indigo #31087F

Color information

#31087F (or 0x31087F) is unknown color: approx Persian Indigo. HEX triplet: 31, 08 and 7F. RGB value is (49,8,127). Sum of RGB (Red+Green+Blue) = 49+8+127=184 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.63% from 184); Green value is 8 (3.52% from 255 or 4.35% from 184); Blue value is 127 (50% from 255 or 69.02% from 184); Max value from RGB is 127 - color contains mainly: blue. Hex color #31087F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31087F is #CEF780. Grayscale: #212121. Windows color (decimal): -13563777 or 8325169. OLE color: 8325169.

HSL color Cylindrical-coordinate representation of color #31087F: hue angle of 260.67º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #31087F is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB498127-
CMYK0.610.9400.50
HSL260.67º88.15%26.47%-
HSV(B)260.67º93.7%49.8%-
XYZ5.182.3620.26-
YUV33.83180.58138.82-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.63%
GREEN value IS 8 (3.52% from 255) = 4.35%
BLUE value IS 127 (50% from 255) = 69.02%
R=26.63%
G=4.35%
B=69.02%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal4981270.610.9400.50260.6788.1526.47
Hex3187F3D5E032105581a
Octal61101777513606240513032
Binary1100011000111111111110110111100110010100000101101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31087F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31087F; }

 p { color: rgb(49,8,127); }

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

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

 a { background-color: rgb(49,8,127); }

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

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

 span { border-color: rgb(49,8,127); }

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