#61128D

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

Shades of Indigo #61128D

Tints of Indigo #61128D

Color information

#61128D (or 0x61128D) is unknown color: approx Indigo. HEX triplet: 61, 12 and 8D. RGB value is (97,18,141). Sum of RGB (Red+Green+Blue) = 97+18+141=256 (33% of max value = 765). Red value is 97 (38.28% from 255 or 37.89% from 256); Green value is 18 (7.42% from 255 or 7.03% from 256); Blue value is 141 (55.47% from 255 or 55.08% from 256); Max value from RGB is 141 - color contains mainly: blue. Hex color #61128D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #61128D is #9EED72. Grayscale: #373737. Windows color (decimal): -10415475 or 9245281. OLE color: 9245281.

HSL color Cylindrical-coordinate representation of color #61128D: hue angle of 278.54º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #61128D is Cyan = 0.31, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9718141-
CMYK0.310.8700.45
HSL278.54º77.36%31.18%-
HSV(B)278.54º87.23%55.29%-
XYZ9.954.925.62-
YUV55.64176.17157.5-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.89%
GREEN value IS 18 (7.42% from 255) = 7.03%
BLUE value IS 141 (55.47% from 255) = 55.08%
R=37.89%
G=7.03%
B=55.08%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal97181410.310.8700.45278.5477.3631.18
Hex61128D1F5702D1174d1f
Octal141222153712705542711537
Binary110000110010100011011111110101110101101100010111100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61128D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,18,141); }

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

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

 a { background-color: rgb(97,18,141); }

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

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

 span { border-color: rgb(97,18,141); }

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