#61119D

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

Shades of Indigo #61119D

Tints of Indigo #61119D

Color information

#61119D (or 0x61119D) is unknown color: approx Indigo. HEX triplet: 61, 11 and 9D. RGB value is (97,17,157). Sum of RGB (Red+Green+Blue) = 97+17+157=271 (35% of max value = 765). Red value is 97 (38.28% from 255 or 35.79% from 271); Green value is 17 (7.03% from 255 or 6.27% from 271); Blue value is 157 (61.72% from 255 or 57.93% from 271); Max value from RGB is 157 - color contains mainly: blue. Hex color #61119D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #61119D is #9EEE62. Grayscale: #383838. Windows color (decimal): -10415715 or 10293601. OLE color: 10293601.

HSL color Cylindrical-coordinate representation of color #61119D: hue angle of 274.29º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #61119D is Cyan = 0.38, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9717157-
CMYK0.380.8900.38
HSL274.29º80.46%34.12%-
HSV(B)274.29º89.17%61.57%-
XYZ11.225.3832.34-
YUV56.88184.5156.62-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.79%
GREEN value IS 17 (7.03% from 255) = 6.27%
BLUE value IS 157 (61.72% from 255) = 57.93%
R=35.79%
G=6.27%
B=57.93%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal97171570.380.8900.38274.2980.4634.12
Hex61119D26590261125022
Octal141212354613104642212042
Binary11000011000110011101100110101100101001101000100101010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61119D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61119D; }

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

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

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

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

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

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

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

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