#310870

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

Shades of Persian Indigo #310870

Tints of Persian Indigo #310870

Color information

#310870 (or 0x310870) is unknown color: approx Persian Indigo. HEX triplet: 31, 08 and 70. RGB value is (49,8,112). Sum of RGB (Red+Green+Blue) = 49+8+112=169 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.99% from 169); Green value is 8 (3.52% from 255 or 4.73% from 169); Blue value is 112 (44.14% from 255 or 66.27% from 169); Max value from RGB is 112 - color contains mainly: blue. Hex color #310870 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310870 is #CEF78F. Grayscale: #1F1F1F. Windows color (decimal): -13563792 or 7342129. OLE color: 7342129.

HSL color Cylindrical-coordinate representation of color #310870: hue angle of 263.65º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #310870 is Cyan = 0.56, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB498112-
CMYK0.560.9300.56
HSL263.65º86.67%23.53%-
HSV(B)263.65º92.86%43.92%-
XYZ4.28215.49-
YUV32.12173.08140.04-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.99%
GREEN value IS 8 (3.52% from 255) = 4.73%
BLUE value IS 112 (44.14% from 255) = 66.27%
R=28.99%
G=4.73%
B=66.27%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4981120.560.9300.56263.6586.6723.53
Hex31870385D0381085718
Octal61101607013507041012730
Binary1100011000111000011100010111010111000100001000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310870; }

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

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

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

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

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

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

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

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