#311473

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

Shades of Persian Indigo #311473

Tints of Persian Indigo #311473

Color information

#311473 (or 0x311473) is unknown color: approx Persian Indigo. HEX triplet: 31, 14 and 73. RGB value is (49,20,115). Sum of RGB (Red+Green+Blue) = 49+20+115=184 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.63% from 184); Green value is 20 (8.20% from 255 or 10.87% from 184); Blue value is 115 (45.31% from 255 or 62.5% from 184); Max value from RGB is 115 - color contains mainly: blue. Hex color #311473 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #311473 is #CEEB8C. Grayscale: #272727. Windows color (decimal): -13560717 or 7541809. OLE color: 7541809.

HSL color Cylindrical-coordinate representation of color #311473: hue angle of 258.32º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #311473 is Cyan = 0.57, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4920115-
CMYK0.570.8300.55
HSL258.32º70.37%26.47%-
HSV(B)258.32º82.61%45.1%-
XYZ4.612.3916.44-
YUV39.5170.61134.78-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.63%
GREEN value IS 20 (8.20% from 255) = 10.87%
BLUE value IS 115 (45.31% from 255) = 62.5%
R=26.63%
G=10.87%
B=62.5%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49201150.570.8300.55258.3270.3726.47
Hex3114733953037102461a
Octal61241637112306740210632
Binary11000110100111001111100110100110110111100000010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311473; }

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

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

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

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

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

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

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

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