#311278

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

Shades of Persian Indigo #311278

Tints of Persian Indigo #311278

Color information

#311278 (or 0x311278) is unknown color: approx Persian Indigo. HEX triplet: 31, 12 and 78. RGB value is (49,18,120). Sum of RGB (Red+Green+Blue) = 49+18+120=187 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.20% from 187); Green value is 18 (7.42% from 255 or 9.63% from 187); Blue value is 120 (47.27% from 255 or 64.17% from 187); Max value from RGB is 120 - color contains mainly: blue. Hex color #311278 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #311278 is #CEED87. Grayscale: #262626. Windows color (decimal): -13561224 or 7868977. OLE color: 7868977.

HSL color Cylindrical-coordinate representation of color #311278: hue angle of 258.24º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #311278 is Cyan = 0.59, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4918120-
CMYK0.590.8500.53
HSL258.24º73.91%27.06%-
HSV(B)258.24º85%47.06%-
XYZ4.872.4417.98-
YUV38.9173.77135.21-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.20%
GREEN value IS 18 (7.42% from 255) = 9.63%
BLUE value IS 120 (47.27% from 255) = 64.17%
R=26.20%
G=9.63%
B=64.17%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49181200.590.8500.53258.2473.9127.06
Hex3112783B550351024a1b
Octal61221707312506540211233
Binary11000110010111100011101110101010110101100000010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311278; }

 p { color: rgb(49,18,120); }

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

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

 a { background-color: rgb(49,18,120); }

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

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

 span { border-color: rgb(49,18,120); }

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