Shades of Indigo #611282
Tints of Indigo #611282
RGB
CMYK
RGB Variations
Color information
#611282 (or 0x611282) is known color: Indigo. HEX triplet: 61, 12 and 82. RGB value is (97,18,130). Sum of RGB (Red+Green+Blue) = 97+18+130=245 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.59% from 245); Green value is 18 (7.42% from 255 or 7.35% from 245); Blue value is 130 (51.17% from 255 or 53.06% from 245); Max value from RGB is 130 - color contains mainly: blue. Hex color #611282 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #611282 is #9EED7D. Grayscale: #363636. Windows color (decimal): -10415486 or 8524385. OLE color: 8524385.
HSL color Cylindrical-coordinate representation of color #611282: hue angle of 282.32º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #611282 is Cyan = 0.25, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 97 | 18 | 130 | - |
| CMYK | 0.25 | 0.86 | 0 | 0.49 |
| HSL | 282.32º | 0.76% | 0.29% | - |
| HSV(B) | 282.32º | 0.86% | 0.51% | - |
| XYZ | 9.18 | 4.59 | 21.52 | - |
| YUV | 54.39 | 170.67 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 18 | 130 | 0.25 | 0.86 | 0 | 0.49 | 282.32 | 0.76 | 0.29 |
| Hex | 61 | 12 | 82 | 19 | 56 | 0 | 31 | 11A | 4C | 1D |
| Octal | 141 | 22 | 202 | 31 | 126 | 0 | 61 | 432 | 114 | 35 |
| Binary | 1100001 | 10010 | 10000010 | 11001 | 1010110 | 0 | 110001 | 100011010 | 1001100 | 11101 |
Color Harmonies of #611282
Complementary color
Monochromatic Colors of #611282
Black with #611282
Text Example
Text Example
White with #611282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611282; }
p { color: rgb(97,18,130); }
H1.HeaderClassName
{
color: #611282;
}
.AnyTagClassName
{
color: #611282;
}
</style>
background-color css
<style>
a { background-color: #611282; }
a { background-color: rgb(97,18,130); }
div.DivClassName
{
background-color: #611282;
}
.BgClassName
{
background-color: #611282;
}
</style>
border-color css
<style>
span { border-color: #611282; }
span { border-color: rgb(97,18,130); }
td.TdClassName
{
border-color: #611282;
}
.TagClassName
{
border-color: #611282;
}
</style>