Shades of Indigo #66048B
Tints of Indigo #66048B
RGB
CMYK
RGB Variations
Color information
#66048B (or 0x66048B) is known color: Indigo. HEX triplet: 66, 04 and 8B. RGB value is (102,4,139). Sum of RGB (Red+Green+Blue) = 102+4+139=245 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.63% from 245); Green value is 4 (1.95% from 255 or 1.63% from 245); Blue value is 139 (54.69% from 255 or 56.73% from 245); Max value from RGB is 139 - color contains mainly: blue. Hex color #66048B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #66048B is #99FB74. Grayscale: #303030. Windows color (decimal): -10091381 or 9110630. OLE color: 9110630.
HSL color Cylindrical-coordinate representation of color #66048B: hue angle of 283.56º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #66048B is Cyan = 0.27, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 4 | 139 | - |
| CMYK | 0.27 | 0.97 | 0 | 0.45 |
| HSL | 283.56º | 0.94% | 0.28% | - |
| HSV(B) | 283.56º | 0.97% | 0.55% | - |
| XYZ | 10.18 | 4.78 | 24.81 | - |
| YUV | 48.69 | 178.97 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 4 | 139 | 0.27 | 0.97 | 0 | 0.45 | 283.56 | 0.94 | 0.28 |
| Hex | 66 | 4 | 8B | 1B | 61 | 0 | 2D | 11C | 5E | 1C |
| Octal | 146 | 4 | 213 | 33 | 141 | 0 | 55 | 434 | 136 | 34 |
| Binary | 1100110 | 100 | 10001011 | 11011 | 1100001 | 0 | 101101 | 100011100 | 1011110 | 11100 |
Color Harmonies of #66048B
Complementary color
Monochromatic Colors of #66048B
Black with #66048B
Text Example
Text Example
White with #66048B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66048B; }
p { color: rgb(102,4,139); }
H1.HeaderClassName
{
color: #66048B;
}
.AnyTagClassName
{
color: #66048B;
}
</style>
background-color css
<style>
a { background-color: #66048B; }
a { background-color: rgb(102,4,139); }
div.DivClassName
{
background-color: #66048B;
}
.BgClassName
{
background-color: #66048B;
}
</style>
border-color css
<style>
span { border-color: #66048B; }
span { border-color: rgb(102,4,139); }
td.TdClassName
{
border-color: #66048B;
}
.TagClassName
{
border-color: #66048B;
}
</style>