#61119A

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

Shades of Indigo #61119A

Tints of Indigo #61119A

Color information

#61119A (or 0x61119A) is unknown color: approx Indigo. HEX triplet: 61, 11 and 9A. RGB value is (97,17,154). Sum of RGB (Red+Green+Blue) = 97+17+154=268 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.19% from 268); Green value is 17 (7.03% from 255 or 6.34% from 268); Blue value is 154 (60.55% from 255 or 57.46% from 268); Max value from RGB is 154 - color contains mainly: blue. Hex color #61119A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #61119A is #9EEE65. Grayscale: #383838. Windows color (decimal): -10415718 or 10096993. OLE color: 10096993.

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

Color convert

RGB9717154-
CMYK0.370.8900.40
HSL275.04º80.12%33.53%-
HSV(B)275.04º88.96%60.39%-
XYZ10.965.2831.01-
YUV56.54183156.86-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.19%
GREEN value IS 17 (7.03% from 255) = 6.34%
BLUE value IS 154 (60.55% from 255) = 57.46%
R=36.19%
G=6.34%
B=57.46%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal97171540.370.8900.40275.0480.1233.53
Hex61119A25590281135022
Octal141212324513105042312042
Binary11000011000110011010100101101100101010001000100111010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61119A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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