Shades of Indigo #660393
Tints of Indigo #660393
RGB
CMYK
RGB Variations
Color information
#660393 (or 0x660393) is known color: Indigo. HEX triplet: 66, 03 and 93. RGB value is (102,3,147). Sum of RGB (Red+Green+Blue) = 102+3+147=252 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.48% from 252); Green value is 3 (1.56% from 255 or 1.19% from 252); Blue value is 147 (57.81% from 255 or 58.33% from 252); Max value from RGB is 147 - color contains mainly: blue. Hex color #660393 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660393 is #99FC6C. Grayscale: #303030. Windows color (decimal): -10091629 or 9634662. OLE color: 9634662.
HSL color Cylindrical-coordinate representation of color #660393: hue angle of 281.25º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #660393 is Cyan = 0.31, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 102 | 3 | 147 | - |
| CMYK | 0.31 | 0.98 | 0 | 0.42 |
| HSL | 281.25º | 0.96% | 0.29% | - |
| HSV(B) | 281.25º | 0.98% | 0.58% | - |
| XYZ | 10.78 | 5 | 28 | - |
| YUV | 49.02 | 183.3 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 3 | 147 | 0.31 | 0.98 | 0 | 0.42 | 281.25 | 0.96 | 0.29 |
| Hex | 66 | 3 | 93 | 1F | 62 | 0 | 2A | 119 | 60 | 1D |
| Octal | 146 | 3 | 223 | 37 | 142 | 0 | 52 | 431 | 140 | 35 |
| Binary | 1100110 | 11 | 10010011 | 11111 | 1100010 | 0 | 101010 | 100011001 | 1100000 | 11101 |
Color Harmonies of #660393
Complementary color
Monochromatic Colors of #660393
Black with #660393
Text Example
Text Example
White with #660393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660393; }
p { color: rgb(102,3,147); }
H1.HeaderClassName
{
color: #660393;
}
.AnyTagClassName
{
color: #660393;
}
</style>
background-color css
<style>
a { background-color: #660393; }
a { background-color: rgb(102,3,147); }
div.DivClassName
{
background-color: #660393;
}
.BgClassName
{
background-color: #660393;
}
</style>
border-color css
<style>
span { border-color: #660393; }
span { border-color: rgb(102,3,147); }
td.TdClassName
{
border-color: #660393;
}
.TagClassName
{
border-color: #660393;
}
</style>