#61188A

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

Shades of Indigo #61188A

Tints of Indigo #61188A

Color information

#61188A (or 0x61188A) is unknown color: approx Indigo. HEX triplet: 61, 18 and 8A. RGB value is (97,24,138). Sum of RGB (Red+Green+Blue) = 97+24+138=259 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.45% from 259); Green value is 24 (9.77% from 255 or 9.27% from 259); Blue value is 138 (54.30% from 255 or 53.28% from 259); Max value from RGB is 138 - color contains mainly: blue. Hex color #61188A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #61188A is #9EE775. Grayscale: #3A3A3A. Windows color (decimal): -10413942 or 9050209. OLE color: 9050209.

HSL color Cylindrical-coordinate representation of color #61188A: hue angle of 278.42º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #61188A is Cyan = 0.30, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB9724138-
CMYK0.300.8300.46
HSL278.42º70.37%31.76%-
HSV(B)278.42º82.61%54.12%-
XYZ9.845.0324.5-
YUV58.82172.68155.23-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.45%
GREEN value IS 24 (9.77% from 255) = 9.27%
BLUE value IS 138 (54.30% from 255) = 53.28%
R=37.45%
G=9.27%
B=53.28%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal97241380.300.8300.46278.4270.3731.76
Hex61188A1E5302E1164620
Octal141302123612305642610640
Binary1100001110001000101011110101001101011101000101101000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61188A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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