Shades of Indigo #66038B
Tints of Indigo #66038B
RGB
CMYK
RGB Variations
Color information
#66038B (or 0x66038B) is known color: Indigo. HEX triplet: 66, 03 and 8B. RGB value is (102,3,139). Sum of RGB (Red+Green+Blue) = 102+3+139=244 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.80% from 244); Green value is 3 (1.56% from 255 or 1.23% from 244); Blue value is 139 (54.69% from 255 or 56.97% from 244); Max value from RGB is 139 - color contains mainly: blue. Hex color #66038B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #66038B is #99FC74. Grayscale: #2F2F2F. Windows color (decimal): -10091637 or 9110374. OLE color: 9110374.
HSL color Cylindrical-coordinate representation of color #66038B: hue angle of 283.68º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #66038B is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 3 | 139 | - |
| CMYK | 0.27 | 0.98 | 0 | 0.45 |
| HSL | 283.68º | 0.96% | 0.28% | - |
| HSV(B) | 283.68º | 0.98% | 0.55% | - |
| XYZ | 10.17 | 4.75 | 24.81 | - |
| YUV | 48.11 | 179.3 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 3 | 139 | 0.27 | 0.98 | 0 | 0.45 | 283.68 | 0.96 | 0.28 |
| Hex | 66 | 3 | 8B | 1B | 62 | 0 | 2D | 11C | 60 | 1C |
| Octal | 146 | 3 | 213 | 33 | 142 | 0 | 55 | 434 | 140 | 34 |
| Binary | 1100110 | 11 | 10001011 | 11011 | 1100010 | 0 | 101101 | 100011100 | 1100000 | 11100 |
Color Harmonies of #66038B
Complementary color
Monochromatic Colors of #66038B
Black with #66038B
Text Example
Text Example
White with #66038B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66038B; }
p { color: rgb(102,3,139); }
H1.HeaderClassName
{
color: #66038B;
}
.AnyTagClassName
{
color: #66038B;
}
</style>
background-color css
<style>
a { background-color: #66038B; }
a { background-color: rgb(102,3,139); }
div.DivClassName
{
background-color: #66038B;
}
.BgClassName
{
background-color: #66038B;
}
</style>
border-color css
<style>
span { border-color: #66038B; }
span { border-color: rgb(102,3,139); }
td.TdClassName
{
border-color: #66038B;
}
.TagClassName
{
border-color: #66038B;
}
</style>