#310C80

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

Shades of Persian Indigo #310C80

Tints of Persian Indigo #310C80

Color information

#310C80 (or 0x310C80) is unknown color: approx Persian Indigo. HEX triplet: 31, 0C and 80. RGB value is (49,12,128). Sum of RGB (Red+Green+Blue) = 49+12+128=189 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.93% from 189); Green value is 12 (5.08% from 255 or 6.35% from 189); Blue value is 128 (50.39% from 255 or 67.72% from 189); Max value from RGB is 128 - color contains mainly: blue. Hex color #310C80 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310C80 is #CEF37F. Grayscale: #232323. Windows color (decimal): -13562752 or 8391729. OLE color: 8391729.

HSL color Cylindrical-coordinate representation of color #310C80: hue angle of 259.14º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #310C80 is Cyan = 0.62, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4912128-
CMYK0.620.9100.50
HSL259.14º82.86%27.45%-
HSV(B)259.14º90.62%50.2%-
XYZ5.292.4720.62-
YUV36.29179.76137.07-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.93%
GREEN value IS 12 (5.08% from 255) = 6.35%
BLUE value IS 128 (50.39% from 255) = 67.72%
R=25.93%
G=6.35%
B=67.72%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal49121280.620.9100.50259.1482.8627.45
Hex31C803E5B032103531b
Octal61142007613306240312333
Binary11000111001000000011111010110110110010100000011101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310C80; }

 p { color: rgb(49,12,128); }

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

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

 a { background-color: rgb(49,12,128); }

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

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

 span { border-color: rgb(49,12,128); }

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