#611897

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

Shades of Indigo #611897

Tints of Indigo #611897

Color information

#611897 (or 0x611897) is unknown color: approx Indigo. HEX triplet: 61, 18 and 97. RGB value is (97,24,151). Sum of RGB (Red+Green+Blue) = 97+24+151=272 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.66% from 272); Green value is 24 (9.77% from 255 or 8.82% from 272); Blue value is 151 (59.38% from 255 or 55.51% from 272); Max value from RGB is 151 - color contains mainly: blue. Hex color #611897 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #611897 is #9EE768. Grayscale: #3B3B3B. Windows color (decimal): -10413929 or 9902177. OLE color: 9902177.

HSL color Cylindrical-coordinate representation of color #611897: hue angle of 274.49º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #611897 is Cyan = 0.36, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB9724151-
CMYK0.360.8400.41
HSL274.49º72.57%34.31%-
HSV(B)274.49º84.11%59.22%-
XYZ10.845.4329.75-
YUV60.31179.18154.17-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.66%
GREEN value IS 24 (9.77% from 255) = 8.82%
BLUE value IS 151 (59.38% from 255) = 55.51%
R=35.66%
G=8.82%
B=55.51%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal97241510.360.8400.41274.4972.5734.31
Hex61189724540291124922
Octal141302274412405142211142
Binary11000011100010010111100100101010001010011000100101001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611897; }

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

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

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

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

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

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

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

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