#61197F

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

Shades of Indigo #61197F

Tints of Indigo #61197F

Color information

#61197F (or 0x61197F) is unknown color: approx Indigo. HEX triplet: 61, 19 and 7F. RGB value is (97,25,127). Sum of RGB (Red+Green+Blue) = 97+25+127=249 (32% of max value = 765). Red value is 97 (38.28% from 255 or 38.96% from 249); Green value is 25 (10.16% from 255 or 10.04% from 249); Blue value is 127 (50% from 255 or 51.00% from 249); Max value from RGB is 127 - color contains mainly: blue. Hex color #61197F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61197F is #9EE680. Grayscale: #393939. Windows color (decimal): -10413697 or 8329569. OLE color: 8329569.

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

Color convert

RGB9725127-
CMYK0.240.8000.50
HSL282.35º67.11%29.8%-
HSV(B)282.35º80.31%49.8%-
XYZ9.114.7720.52-
YUV58.16166.85155.71-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.96%
GREEN value IS 25 (10.16% from 255) = 10.04%
BLUE value IS 127 (50% from 255) = 51.00%
R=38.96%
G=10.04%
B=51.00%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal97251270.240.8000.50282.3567.1129.8
Hex61197F185003211a431e
Octal141311773012006243210336
Binary11000011100111111111100010100000110010100011010100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61197F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61197F; }

 p { color: rgb(97,25,127); }

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

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

 a { background-color: rgb(97,25,127); }

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

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

 span { border-color: rgb(97,25,127); }

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