#611286

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

Shades of Indigo #611286

Tints of Indigo #611286

Color information

#611286 (or 0x611286) is unknown color: approx Indigo. HEX triplet: 61, 12 and 86. RGB value is (97,18,134). Sum of RGB (Red+Green+Blue) = 97+18+134=249 (32% of max value = 765). Red value is 97 (38.28% from 255 or 38.96% from 249); Green value is 18 (7.42% from 255 or 7.23% from 249); Blue value is 134 (52.73% from 255 or 53.82% from 249); Max value from RGB is 134 - color contains mainly: blue. Hex color #611286 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #611286 is #9EED79. Grayscale: #363636. Windows color (decimal): -10415482 or 8786529. OLE color: 8786529.

HSL color Cylindrical-coordinate representation of color #611286: hue angle of 280.86º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #611286 is Cyan = 0.28, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9718134-
CMYK0.280.8700.47
HSL280.86º76.32%29.8%-
HSV(B)280.86º86.57%52.55%-
XYZ9.454.722.96-
YUV54.84172.67158.07-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.96%
GREEN value IS 18 (7.42% from 255) = 7.23%
BLUE value IS 134 (52.73% from 255) = 53.82%
R=38.96%
G=7.23%
B=53.82%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal97181340.280.8700.47280.8676.3229.8
Hex6112861C5702F1194c1e
Octal141222063412705743111436
Binary110000110010100001101110010101110101111100011001100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611286; }

 p { color: rgb(97,18,134); }

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

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

 a { background-color: rgb(97,18,134); }

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

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

 span { border-color: rgb(97,18,134); }

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