Shades of Indigo #66038A
Tints of Indigo #66038A
RGB
CMYK
RGB Variations
Color information
#66038A (or 0x66038A) is known color: Indigo. HEX triplet: 66, 03 and 8A. RGB value is (102,3,138). Sum of RGB (Red+Green+Blue) = 102+3+138=243 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.98% from 243); Green value is 3 (1.56% from 255 or 1.23% from 243); Blue value is 138 (54.30% from 255 or 56.79% from 243); Max value from RGB is 138 - color contains mainly: blue. Hex color #66038A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #66038A is #99FC75. Grayscale: #2F2F2F. Windows color (decimal): -10091638 or 9044838. OLE color: 9044838.
HSL color Cylindrical-coordinate representation of color #66038A: hue angle of 284º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #66038A is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 102 | 3 | 138 | - |
| CMYK | 0.26 | 0.98 | 0 | 0.46 |
| HSL | 284º | 0.96% | 0.28% | - |
| HSV(B) | 284º | 0.98% | 0.54% | - |
| XYZ | 10.1 | 4.72 | 24.42 | - |
| YUV | 47.99 | 178.8 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 3 | 138 | 0.26 | 0.98 | 0 | 0.46 | 284 | 0.96 | 0.28 |
| Hex | 66 | 3 | 8A | 1A | 62 | 0 | 2E | 11C | 60 | 1C |
| Octal | 146 | 3 | 212 | 32 | 142 | 0 | 56 | 434 | 140 | 34 |
| Binary | 1100110 | 11 | 10001010 | 11010 | 1100010 | 0 | 101110 | 100011100 | 1100000 | 11100 |
Color Harmonies of #66038A
Complementary color
Monochromatic Colors of #66038A
Black with #66038A
Text Example
Text Example
White with #66038A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66038A; }
p { color: rgb(102,3,138); }
H1.HeaderClassName
{
color: #66038A;
}
.AnyTagClassName
{
color: #66038A;
}
</style>
background-color css
<style>
a { background-color: #66038A; }
a { background-color: rgb(102,3,138); }
div.DivClassName
{
background-color: #66038A;
}
.BgClassName
{
background-color: #66038A;
}
</style>
border-color css
<style>
span { border-color: #66038A; }
span { border-color: rgb(102,3,138); }
td.TdClassName
{
border-color: #66038A;
}
.TagClassName
{
border-color: #66038A;
}
</style>