#310D85

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

Shades of Persian Indigo #310D85

Tints of Persian Indigo #310D85

Color information

#310D85 (or 0x310D85) is unknown color: approx Persian Indigo. HEX triplet: 31, 0D and 85. RGB value is (49,13,133). Sum of RGB (Red+Green+Blue) = 49+13+133=195 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.13% from 195); Green value is 13 (5.47% from 255 or 6.67% from 195); Blue value is 133 (52.34% from 255 or 68.21% from 195); Max value from RGB is 133 - color contains mainly: blue. Hex color #310D85 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310D85 is #CEF27A. Grayscale: #252525. Windows color (decimal): -13562491 or 8719665. OLE color: 8719665.

HSL color Cylindrical-coordinate representation of color #310D85: hue angle of 258º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #310D85 is Cyan = 0.63, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4913133-
CMYK0.630.9000.48
HSL258º82.19%28.63%-
HSV(B)258º90.23%52.16%-
XYZ5.642.6322.4-
YUV37.44181.93136.24-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.13%
GREEN value IS 13 (5.47% from 255) = 6.67%
BLUE value IS 133 (52.34% from 255) = 68.21%
R=25.13%
G=6.67%
B=68.21%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal49131330.630.9000.4825882.1928.63
Hex31D853F5A030102521d
Octal61152057713206040212235
Binary11000111011000010111111110110100110000100000010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,13,133); }

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

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

 a { background-color: rgb(49,13,133); }

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

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

 span { border-color: rgb(49,13,133); }

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