#310f6d

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

Shades of Persian Indigo #310F6D

Tints of Persian Indigo #310F6D

Color information

#310F6D (or 0x310F6D) is unknown color: approx Persian Indigo. HEX triplet: 31, 0F and 6D. RGB value is (49,15,109). Sum of RGB (Red+Green+Blue) = 49+15+109=173 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.32% from 173); Green value is 15 (6.25% from 255 or 8.67% from 173); Blue value is 109 (42.97% from 255 or 63.01% from 173); Max value from RGB is 109 - color contains mainly: blue. Hex color #310F6D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310F6D is #CEF092. Grayscale: #232323. Windows color (decimal): -13562003 or 7147313. OLE color: 7147313.

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

Color convert

RGB4915109-
CMYK0.550.8600.57
HSL261.7º75.81%24.31%-
HSV(B)261.7º86.24%42.75%-
XYZ4.22.114.65-
YUV35.88169.26137.36-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.32%
GREEN value IS 15 (6.25% from 255) = 8.67%
BLUE value IS 109 (42.97% from 255) = 63.01%
R=28.32%
G=8.67%
B=63.01%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal49151090.550.8600.57261.775.8124.31
Hex31F6D37560391064c18
Octal61171556712607140611430
Binary1100011111110110111011110101100111001100000110100110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310f6d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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