#611384

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

Shades of Indigo #611384

Tints of Indigo #611384

Color information

#611384 (or 0x611384) is unknown color: approx Indigo. HEX triplet: 61, 13 and 84. RGB value is (97,19,132). Sum of RGB (Red+Green+Blue) = 97+19+132=248 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.11% from 248); Green value is 19 (7.81% from 255 or 7.66% from 248); Blue value is 132 (51.95% from 255 or 53.23% from 248); Max value from RGB is 132 - color contains mainly: blue. Hex color #611384 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #611384 is #9EEC7B. Grayscale: #363636. Windows color (decimal): -10415228 or 8655713. OLE color: 8655713.

HSL color Cylindrical-coordinate representation of color #611384: hue angle of 281.42º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #611384 is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9719132-
CMYK0.270.8600.48
HSL281.42º74.83%29.61%-
HSV(B)281.42º85.61%51.76%-
XYZ9.334.6722.24-
YUV55.2171.34157.81-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.11%
GREEN value IS 19 (7.81% from 255) = 7.66%
BLUE value IS 132 (51.95% from 255) = 53.23%
R=39.11%
G=7.66%
B=53.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal97191320.270.8600.48281.4274.8329.61
Hex6113841B560301194b1e
Octal141232043312606043111336
Binary110000110011100001001101110101100110000100011001100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611384; }

 p { color: rgb(97,19,132); }

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

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

 a { background-color: rgb(97,19,132); }

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

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

 span { border-color: rgb(97,19,132); }

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