#311B73

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

Shades of Persian Indigo #311B73

Tints of Persian Indigo #311B73

Color information

#311B73 (or 0x311B73) is unknown color: approx Persian Indigo. HEX triplet: 31, 1B and 73. RGB value is (49,27,115). Sum of RGB (Red+Green+Blue) = 49+27+115=191 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.65% from 191); Green value is 27 (10.94% from 255 or 14.14% from 191); Blue value is 115 (45.31% from 255 or 60.21% from 191); Max value from RGB is 115 - color contains mainly: blue. Hex color #311B73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #311B73 is #CEE48C. Grayscale: #2B2B2B. Windows color (decimal): -13558925 or 7543601. OLE color: 7543601.

HSL color Cylindrical-coordinate representation of color #311B73: hue angle of 255º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #311B73 is Cyan = 0.57, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4927115-
CMYK0.570.7700.55
HSL255º61.97%27.84%-
HSV(B)255º76.52%45.1%-
XYZ4.752.6716.49-
YUV43.61168.29131.84-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.65%
GREEN value IS 27 (10.94% from 255) = 14.14%
BLUE value IS 115 (45.31% from 255) = 60.21%
R=25.65%
G=14.14%
B=60.21%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49271150.570.7700.5525561.9727.84
Hex311B73394D037ff3e1c
Octal6133163711150673777634
Binary110001110111110011111001100110101101111111111111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311B73; }

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

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

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

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

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

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

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

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