#311673

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

Shades of Persian Indigo #311673

Tints of Persian Indigo #311673

Color information

#311673 (or 0x311673) is unknown color: approx Persian Indigo. HEX triplet: 31, 16 and 73. RGB value is (49,22,115). Sum of RGB (Red+Green+Blue) = 49+22+115=186 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.34% from 186); Green value is 22 (8.98% from 255 or 11.83% from 186); Blue value is 115 (45.31% from 255 or 61.83% from 186); Max value from RGB is 115 - color contains mainly: blue. Hex color #311673 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #311673 is #CEE98C. Grayscale: #282828. Windows color (decimal): -13560205 or 7542321. OLE color: 7542321.

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

Color convert

RGB4922115-
CMYK0.570.8100.55
HSL257.42º67.88%26.86%-
HSV(B)257.42º80.87%45.1%-
XYZ4.652.4616.45-
YUV40.67169.95133.94-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.34%
GREEN value IS 22 (8.98% from 255) = 11.83%
BLUE value IS 115 (45.31% from 255) = 61.83%
R=26.34%
G=11.83%
B=61.83%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49221150.570.8100.55257.4267.8826.86
Hex3116733951037101441b
Octal61261637112106740110433
Binary11000110110111001111100110100010110111100000001100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311673; }

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

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

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

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

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

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

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

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