#310877

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

Shades of Persian Indigo #310877

Tints of Persian Indigo #310877

Color information

#310877 (or 0x310877) is unknown color: approx Persian Indigo. HEX triplet: 31, 08 and 77. RGB value is (49,8,119). Sum of RGB (Red+Green+Blue) = 49+8+119=176 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.84% from 176); Green value is 8 (3.52% from 255 or 4.55% from 176); Blue value is 119 (46.88% from 255 or 67.61% from 176); Max value from RGB is 119 - color contains mainly: blue. Hex color #310877 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310877 is #CEF788. Grayscale: #202020. Windows color (decimal): -13563785 or 7800881. OLE color: 7800881.

HSL color Cylindrical-coordinate representation of color #310877: hue angle of 262.16º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #310877 is Cyan = 0.59, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB498119-
CMYK0.590.9300.53
HSL262.16º87.4%24.9%-
HSV(B)262.16º93.28%46.67%-
XYZ4.682.1617.62-
YUV32.91176.58139.47-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.84%
GREEN value IS 8 (3.52% from 255) = 4.55%
BLUE value IS 119 (46.88% from 255) = 67.61%
R=27.84%
G=4.55%
B=67.61%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4981190.590.9300.53262.1687.424.9
Hex318773B5D0351065719
Octal61101677313506540612731
Binary1100011000111011111101110111010110101100000110101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310877; }

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

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

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

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

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

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

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

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