#611880

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

Shades of Indigo #611880

Tints of Indigo #611880

Color information

#611880 (or 0x611880) is unknown color: approx Indigo. HEX triplet: 61, 18 and 80. RGB value is (97,24,128). Sum of RGB (Red+Green+Blue) = 97+24+128=249 (32% of max value = 765). Red value is 97 (38.28% from 255 or 38.96% from 249); Green value is 24 (9.77% from 255 or 9.64% from 249); Blue value is 128 (50.39% from 255 or 51.41% from 249); Max value from RGB is 128 - color contains mainly: blue. Hex color #611880 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #611880 is #9EE77F. Grayscale: #393939. Windows color (decimal): -10413952 or 8394849. OLE color: 8394849.

HSL color Cylindrical-coordinate representation of color #611880: hue angle of 282.12º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #611880 is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB9724128-
CMYK0.240.8100.50
HSL282.12º68.42%29.8%-
HSV(B)282.12º81.25%50.2%-
XYZ9.154.7520.86-
YUV57.68167.68156.04-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.96%
GREEN value IS 24 (9.77% from 255) = 9.64%
BLUE value IS 128 (50.39% from 255) = 51.41%
R=38.96%
G=9.64%
B=51.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal97241280.240.8100.50282.1268.4229.8
Hex611880185103211a441e
Octal141302003012106243210436
Binary110000111000100000001100010100010110010100011010100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611880; }

 p { color: rgb(97,24,128); }

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

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

 a { background-color: rgb(97,24,128); }

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

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

 span { border-color: rgb(97,24,128); }

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