#310D70

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

Shades of Persian Indigo #310D70

Tints of Persian Indigo #310D70

Color information

#310D70 (or 0x310D70) is unknown color: approx Persian Indigo. HEX triplet: 31, 0D and 70. RGB value is (49,13,112). Sum of RGB (Red+Green+Blue) = 49+13+112=174 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28.16% from 174); Green value is 13 (5.47% from 255 or 7.47% from 174); Blue value is 112 (44.14% from 255 or 64.37% from 174); Max value from RGB is 112 - color contains mainly: blue. Hex color #310D70 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310D70 is #CEF28F. Grayscale: #222222. Windows color (decimal): -13562512 or 7343409. OLE color: 7343409.

HSL color Cylindrical-coordinate representation of color #310D70: hue angle of 261.82º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #310D70 is Cyan = 0.56, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4913112-
CMYK0.560.8800.56
HSL261.82º79.2%24.51%-
HSV(B)261.82º88.39%43.92%-
XYZ4.342.1115.51-
YUV35.05171.43137.95-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.16%
GREEN value IS 13 (5.47% from 255) = 7.47%
BLUE value IS 112 (44.14% from 255) = 64.37%
R=28.16%
G=7.47%
B=64.37%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49131120.560.8800.56261.8279.224.51
Hex31D7038580381064f19
Octal61151607013007040611731
Binary1100011101111000011100010110000111000100000110100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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