#311470

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

Shades of Persian Indigo #311470

Tints of Persian Indigo #311470

Color information

#311470 (or 0x311470) is unknown color: approx Persian Indigo. HEX triplet: 31, 14 and 70. RGB value is (49,20,112). Sum of RGB (Red+Green+Blue) = 49+20+112=181 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.07% from 181); Green value is 20 (8.20% from 255 or 11.05% from 181); Blue value is 112 (44.14% from 255 or 61.88% from 181); Max value from RGB is 112 - color contains mainly: blue. Hex color #311470 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #311470 is #CEEB8F. Grayscale: #262626. Windows color (decimal): -13560720 or 7345201. OLE color: 7345201.

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

Color convert

RGB4920112-
CMYK0.560.8200.56
HSL258.91º69.7%25.88%-
HSV(B)258.91º82.14%43.92%-
XYZ4.442.3215.54-
YUV39.16169.11135.02-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.07%
GREEN value IS 20 (8.20% from 255) = 11.05%
BLUE value IS 112 (44.14% from 255) = 61.88%
R=27.07%
G=11.05%
B=61.88%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49201120.560.8200.56258.9169.725.88
Hex3114703852038103461a
Octal61241607012207040310632
Binary11000110100111000011100010100100111000100000011100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311470; }

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

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

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

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

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

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

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

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