#611199

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

Shades of Indigo #611199

Tints of Indigo #611199

Color information

#611199 (or 0x611199) is unknown color: approx Indigo. HEX triplet: 61, 11 and 99. RGB value is (97,17,153). Sum of RGB (Red+Green+Blue) = 97+17+153=267 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.33% from 267); Green value is 17 (7.03% from 255 or 6.37% from 267); Blue value is 153 (60.16% from 255 or 57.30% from 267); Max value from RGB is 153 - color contains mainly: blue. Hex color #611199 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #611199 is #9EEE66. Grayscale: #373737. Windows color (decimal): -10415719 or 10031457. OLE color: 10031457.

HSL color Cylindrical-coordinate representation of color #611199: hue angle of 275.29º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #611199 is Cyan = 0.37, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB9717153-
CMYK0.370.8900.4
HSL275.29º80%33.33%-
HSV(B)275.29º88.89%60%-
XYZ10.885.2430.58-
YUV56.42182.5156.94-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.33%
GREEN value IS 17 (7.03% from 255) = 6.37%
BLUE value IS 153 (60.16% from 255) = 57.30%
R=36.33%
G=6.37%
B=57.30%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal97171530.370.8900.4275.298033.33
Hex61119925590281135021
Octal141212314513105042312041
Binary11000011000110011001100101101100101010001000100111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611199; }

 p { color: rgb(97,17,153); }

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

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

 a { background-color: rgb(97,17,153); }

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

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

 span { border-color: rgb(97,17,153); }

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