#310C6D

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

Shades of Persian Indigo #310C6D

Tints of Persian Indigo #310C6D

Color information

#310C6D (or 0x310C6D) is unknown color: approx Persian Indigo. HEX triplet: 31, 0C and 6D. RGB value is (49,12,109). Sum of RGB (Red+Green+Blue) = 49+12+109=170 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.82% from 170); Green value is 12 (5.08% from 255 or 7.06% from 170); Blue value is 109 (42.97% from 255 or 64.12% from 170); Max value from RGB is 109 - color contains mainly: blue. Hex color #310C6D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310C6D is #CEF392. Grayscale: #212121. Windows color (decimal): -13562771 or 7146545. OLE color: 7146545.

HSL color Cylindrical-coordinate representation of color #310C6D: hue angle of 262.89º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #310C6D is Cyan = 0.55, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4912109-
CMYK0.550.8900.57
HSL262.89º80.17%23.73%-
HSV(B)262.89º88.99%42.75%-
XYZ4.162.0214.64-
YUV34.12170.26138.61-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.82%
GREEN value IS 12 (5.08% from 255) = 7.06%
BLUE value IS 109 (42.97% from 255) = 64.12%
R=28.82%
G=7.06%
B=64.12%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal49121090.550.8900.57262.8980.1723.73
Hex31C6D37590391075018
Octal61141556713107140712030
Binary1100011100110110111011110110010111001100000111101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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