#311676

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

Shades of Persian Indigo #311676

Tints of Persian Indigo #311676

Color information

#311676 (or 0x311676) is unknown color: approx Persian Indigo. HEX triplet: 31, 16 and 76. RGB value is (49,22,118). Sum of RGB (Red+Green+Blue) = 49+22+118=189 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.93% from 189); Green value is 22 (8.98% from 255 or 11.64% from 189); Blue value is 118 (46.48% from 255 or 62.43% from 189); Max value from RGB is 118 - color contains mainly: blue. Hex color #311676 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #311676 is #CEE989. Grayscale: #282828. Windows color (decimal): -13560202 or 7738929. OLE color: 7738929.

HSL color Cylindrical-coordinate representation of color #311676: hue angle of 256.88º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #311676 is Cyan = 0.58, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4922118-
CMYK0.580.8100.54
HSL256.88º68.57%27.45%-
HSV(B)256.88º81.36%46.27%-
XYZ4.822.5317.37-
YUV41.02171.45133.69-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.93%
GREEN value IS 22 (8.98% from 255) = 11.64%
BLUE value IS 118 (46.48% from 255) = 62.43%
R=25.93%
G=11.64%
B=62.43%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal49221180.580.8100.54256.8868.5727.45
Hex3116763A51036101451b
Octal61261667212106640110533
Binary11000110110111011011101010100010110110100000001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311676; }

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

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

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

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

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

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

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

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