#312073

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

Shades of Persian Indigo #312073

Tints of Persian Indigo #312073

Color information

#312073 (or 0x312073) is unknown color: approx Persian Indigo. HEX triplet: 31, 20 and 73. RGB value is (49,32,115). Sum of RGB (Red+Green+Blue) = 49+32+115=196 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25% from 196); Green value is 32 (12.89% from 255 or 16.33% from 196); Blue value is 115 (45.31% from 255 or 58.67% from 196); Max value from RGB is 115 - color contains mainly: blue. Hex color #312073 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312073 is #CEDF8C. Grayscale: #2E2E2E. Windows color (decimal): -13557645 or 7544881. OLE color: 7544881.

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

Color convert

RGB4932115-
CMYK0.570.7200.55
HSL252.29º56.46%28.82%-
HSV(B)252.29º72.17%45.1%-
XYZ4.882.9216.53-
YUV46.54166.63129.75-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25%
GREEN value IS 32 (12.89% from 255) = 16.33%
BLUE value IS 115 (45.31% from 255) = 58.67%
R=25%
G=16.33%
B=58.67%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49321150.570.7200.55252.2956.4628.82
Hex3120733948037fc381d
Octal6140163711100673747035
Binary1100011000001110011111001100100001101111111110011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312073; }

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

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

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

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

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

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

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

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