Shades of Indigo #660392
Tints of Indigo #660392
RGB
CMYK
RGB Variations
Color information
#660392 (or 0x660392) is known color: Indigo. HEX triplet: 66, 03 and 92. RGB value is (102,3,146). Sum of RGB (Red+Green+Blue) = 102+3+146=251 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.64% from 251); Green value is 3 (1.56% from 255 or 1.20% from 251); Blue value is 146 (57.42% from 255 or 58.17% from 251); Max value from RGB is 146 - color contains mainly: blue. Hex color #660392 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660392 is #99FC6D. Grayscale: #303030. Windows color (decimal): -10091630 or 9569126. OLE color: 9569126.
HSL color Cylindrical-coordinate representation of color #660392: hue angle of 281.54º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #660392 is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 102 | 3 | 146 | - |
| CMYK | 0.30 | 0.98 | 0 | 0.43 |
| HSL | 281.54º | 0.96% | 0.29% | - |
| HSV(B) | 281.54º | 0.98% | 0.57% | - |
| XYZ | 10.7 | 4.97 | 27.59 | - |
| YUV | 48.9 | 182.8 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 3 | 146 | 0.30 | 0.98 | 0 | 0.43 | 281.54 | 0.96 | 0.29 |
| Hex | 66 | 3 | 92 | 1E | 62 | 0 | 2B | 11A | 60 | 1D |
| Octal | 146 | 3 | 222 | 36 | 142 | 0 | 53 | 432 | 140 | 35 |
| Binary | 1100110 | 11 | 10010010 | 11110 | 1100010 | 0 | 101011 | 100011010 | 1100000 | 11101 |
Color Harmonies of #660392
Complementary color
Monochromatic Colors of #660392
Black with #660392
Text Example
Text Example
White with #660392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660392; }
p { color: rgb(102,3,146); }
H1.HeaderClassName
{
color: #660392;
}
.AnyTagClassName
{
color: #660392;
}
</style>
background-color css
<style>
a { background-color: #660392; }
a { background-color: rgb(102,3,146); }
div.DivClassName
{
background-color: #660392;
}
.BgClassName
{
background-color: #660392;
}
</style>
border-color css
<style>
span { border-color: #660392; }
span { border-color: rgb(102,3,146); }
td.TdClassName
{
border-color: #660392;
}
.TagClassName
{
border-color: #660392;
}
</style>