#311C73

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

Shades of Persian Indigo #311C73

Tints of Persian Indigo #311C73

Color information

#311C73 (or 0x311C73) is unknown color: approx Persian Indigo. HEX triplet: 31, 1C and 73. RGB value is (49,28,115). Sum of RGB (Red+Green+Blue) = 49+28+115=192 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.52% from 192); Green value is 28 (11.33% from 255 or 14.58% from 192); Blue value is 115 (45.31% from 255 or 59.90% from 192); Max value from RGB is 115 - color contains mainly: blue. Hex color #311C73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #311C73 is #CEE38C. Grayscale: #2B2B2B. Windows color (decimal): -13558669 or 7543857. OLE color: 7543857.

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

Color convert

RGB4928115-
CMYK0.570.7600.55
HSL254.48º60.84%28.04%-
HSV(B)254.48º75.65%45.1%-
XYZ4.782.7216.49-
YUV44.2167.96131.43-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.52%
GREEN value IS 28 (11.33% from 255) = 14.58%
BLUE value IS 115 (45.31% from 255) = 59.90%
R=25.52%
G=14.58%
B=59.90%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49281150.570.7600.55254.4860.8428.04
Hex311C73394C037fe3d1c
Octal6134163711140673767534
Binary110001111001110011111001100110001101111111111011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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