#31087B

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

Shades of Persian Indigo #31087B

Tints of Persian Indigo #31087B

Color information

#31087B (or 0x31087B) is unknown color: approx Persian Indigo. HEX triplet: 31, 08 and 7B. RGB value is (49,8,123). Sum of RGB (Red+Green+Blue) = 49+8+123=180 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.22% from 180); Green value is 8 (3.52% from 255 or 4.44% from 180); Blue value is 123 (48.44% from 255 or 68.33% from 180); Max value from RGB is 123 - color contains mainly: blue. Hex color #31087B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31087B is #CEF784. Grayscale: #202020. Windows color (decimal): -13563781 or 8063025. OLE color: 8063025.

HSL color Cylindrical-coordinate representation of color #31087B: hue angle of 261.39º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #31087B is Cyan = 0.60, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB498123-
CMYK0.600.9300.52
HSL261.39º87.79%25.69%-
HSV(B)261.39º93.5%48.24%-
XYZ4.932.2618.91-
YUV33.37178.58139.15-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.22%
GREEN value IS 8 (3.52% from 255) = 4.44%
BLUE value IS 123 (48.44% from 255) = 68.33%
R=27.22%
G=4.44%
B=68.33%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal4981230.600.9300.52261.3987.7925.69
Hex3187B3C5D034105581a
Octal61101737413506440513032
Binary1100011000111101111110010111010110100100000101101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31087B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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