Shades of Indigo #66058B
Tints of Indigo #66058B
RGB
CMYK
RGB Variations
Color information
#66058B (or 0x66058B) is known color: Indigo. HEX triplet: 66, 05 and 8B. RGB value is (102,5,139). Sum of RGB (Red+Green+Blue) = 102+5+139=246 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.46% from 246); Green value is 5 (2.34% from 255 or 2.03% from 246); Blue value is 139 (54.69% from 255 or 56.50% from 246); Max value from RGB is 139 - color contains mainly: blue. Hex color #66058B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #66058B is #99FA74. Grayscale: #303030. Windows color (decimal): -10091125 or 9110886. OLE color: 9110886.
HSL color Cylindrical-coordinate representation of color #66058B: hue angle of 283.43º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #66058B is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 5 | 139 | - |
| CMYK | 0.27 | 0.96 | 0 | 0.45 |
| HSL | 283.43º | 0.93% | 0.28% | - |
| HSV(B) | 283.43º | 0.96% | 0.55% | - |
| XYZ | 10.19 | 4.8 | 24.81 | - |
| YUV | 49.28 | 178.64 | 165.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 5 | 139 | 0.27 | 0.96 | 0 | 0.45 | 283.43 | 0.93 | 0.28 |
| Hex | 66 | 5 | 8B | 1B | 60 | 0 | 2D | 11B | 5D | 1C |
| Octal | 146 | 5 | 213 | 33 | 140 | 0 | 55 | 433 | 135 | 34 |
| Binary | 1100110 | 101 | 10001011 | 11011 | 1100000 | 0 | 101101 | 100011011 | 1011101 | 11100 |
Color Harmonies of #66058B
Complementary color
Monochromatic Colors of #66058B
Black with #66058B
Text Example
Text Example
White with #66058B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66058B; }
p { color: rgb(102,5,139); }
H1.HeaderClassName
{
color: #66058B;
}
.AnyTagClassName
{
color: #66058B;
}
</style>
background-color css
<style>
a { background-color: #66058B; }
a { background-color: rgb(102,5,139); }
div.DivClassName
{
background-color: #66058B;
}
.BgClassName
{
background-color: #66058B;
}
</style>
border-color css
<style>
span { border-color: #66058B; }
span { border-color: rgb(102,5,139); }
td.TdClassName
{
border-color: #66058B;
}
.TagClassName
{
border-color: #66058B;
}
</style>