Shades of Indigo #66038F
Tints of Indigo #66038F
RGB
CMYK
RGB Variations
Color information
#66038F (or 0x66038F) is known color: Indigo. HEX triplet: 66, 03 and 8F. RGB value is (102,3,143). Sum of RGB (Red+Green+Blue) = 102+3+143=248 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.13% from 248); Green value is 3 (1.56% from 255 or 1.21% from 248); Blue value is 143 (56.25% from 255 or 57.66% from 248); Max value from RGB is 143 - color contains mainly: blue. Hex color #66038F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #66038F is #99FC70. Grayscale: #303030. Windows color (decimal): -10091633 or 9372518. OLE color: 9372518.
HSL color Cylindrical-coordinate representation of color #66038F: hue angle of 282.43º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #66038F is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 3 | 143 | - |
| CMYK | 0.29 | 0.98 | 0 | 0.44 |
| HSL | 282.43º | 0.96% | 0.29% | - |
| HSV(B) | 282.43º | 0.98% | 0.56% | - |
| XYZ | 10.47 | 4.87 | 26.38 | - |
| YUV | 48.56 | 181.3 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 3 | 143 | 0.29 | 0.98 | 0 | 0.44 | 282.43 | 0.96 | 0.29 |
| Hex | 66 | 3 | 8F | 1D | 62 | 0 | 2C | 11A | 60 | 1D |
| Octal | 146 | 3 | 217 | 35 | 142 | 0 | 54 | 432 | 140 | 35 |
| Binary | 1100110 | 11 | 10001111 | 11101 | 1100010 | 0 | 101100 | 100011010 | 1100000 | 11101 |
Color Harmonies of #66038F
Complementary color
Monochromatic Colors of #66038F
Black with #66038F
Text Example
Text Example
White with #66038F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66038F; }
p { color: rgb(102,3,143); }
H1.HeaderClassName
{
color: #66038F;
}
.AnyTagClassName
{
color: #66038F;
}
</style>
background-color css
<style>
a { background-color: #66038F; }
a { background-color: rgb(102,3,143); }
div.DivClassName
{
background-color: #66038F;
}
.BgClassName
{
background-color: #66038F;
}
</style>
border-color css
<style>
span { border-color: #66038F; }
span { border-color: rgb(102,3,143); }
td.TdClassName
{
border-color: #66038F;
}
.TagClassName
{
border-color: #66038F;
}
</style>