#311877

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

Shades of Persian Indigo #311877

Tints of Persian Indigo #311877

Color information

#311877 (or 0x311877) is unknown color: approx Persian Indigo. HEX triplet: 31, 18 and 77. RGB value is (49,24,119). Sum of RGB (Red+Green+Blue) = 49+24+119=192 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.52% from 192); Green value is 24 (9.77% from 255 or 12.5% from 192); Blue value is 119 (46.88% from 255 or 61.98% from 192); Max value from RGB is 119 - color contains mainly: blue. Hex color #311877 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #311877 is #CEE788. Grayscale: #292929. Windows color (decimal): -13559689 or 7804977. OLE color: 7804977.

HSL color Cylindrical-coordinate representation of color #311877: hue angle of 255.79º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #311877 is Cyan = 0.59, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4924119-
CMYK0.590.8000.53
HSL255.79º66.43%28.04%-
HSV(B)255.79º79.83%46.67%-
XYZ4.922.6417.7-
YUV42.3171.28132.78-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.52%
GREEN value IS 24 (9.77% from 255) = 12.5%
BLUE value IS 119 (46.88% from 255) = 61.98%
R=25.52%
G=12.5%
B=61.98%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49241190.590.8000.53255.7966.4328.04
Hex3118773B50035100421c
Octal61301677312006540010234
Binary11000111000111011111101110100000110101100000000100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311877; }

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

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

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

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

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

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

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

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