#311675

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

Shades of Persian Indigo #311675

Tints of Persian Indigo #311675

Color information

#311675 (or 0x311675) is unknown color: approx Persian Indigo. HEX triplet: 31, 16 and 75. RGB value is (49,22,117). Sum of RGB (Red+Green+Blue) = 49+22+117=188 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.06% from 188); Green value is 22 (8.98% from 255 or 11.70% from 188); Blue value is 117 (46.09% from 255 or 62.23% from 188); Max value from RGB is 117 - color contains mainly: blue. Hex color #311675 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #311675 is #CEE98A. Grayscale: #282828. Windows color (decimal): -13560203 or 7673393. OLE color: 7673393.

HSL color Cylindrical-coordinate representation of color #311675: hue angle of 257.05º degrees, saturation: 0.68, 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 #311675 is Cyan = 0.58, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4922117-
CMYK0.580.8100.54
HSL257.05º68.35%27.25%-
HSV(B)257.05º81.2%45.88%-
XYZ4.762.5117.06-
YUV40.9170.95133.78-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.06%
GREEN value IS 22 (8.98% from 255) = 11.70%
BLUE value IS 117 (46.09% from 255) = 62.23%
R=26.06%
G=11.70%
B=62.23%

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
Decimal49221170.580.8100.54257.0568.3527.25
Hex3116753A51036101441b
Octal61261657212106640110433
Binary11000110110111010111101010100010110110100000001100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311675; }

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

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

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

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

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

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

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

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