Shades of Indigo #65019E
Tints of Indigo #65019E
RGB
CMYK
RGB Variations
Color information
#65019E (or 0x65019E) is known color: Indigo. HEX triplet: 65, 01 and 9E. RGB value is (101,1,158). Sum of RGB (Red+Green+Blue) = 101+1+158=260 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.85% from 260); Green value is 1 (0.78% from 255 or 0.38% from 260); Blue value is 158 (62.11% from 255 or 60.77% from 260); Max value from RGB is 158 - color contains mainly: blue. Hex color #65019E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #65019E is #9AFE61. Grayscale: #303030. Windows color (decimal): -10157666 or 10355045. OLE color: 10355045.
HSL color Cylindrical-coordinate representation of color #65019E: hue angle of 278.22º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #65019E is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 101 | 1 | 158 | - |
| CMYK | 0.36 | 0.99 | 0 | 0.38 |
| HSL | 278.22º | 0.99% | 0.31% | - |
| HSV(B) | 278.22º | 0.99% | 0.62% | - |
| XYZ | 11.55 | 5.26 | 32.75 | - |
| YUV | 48.8 | 189.63 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 1 | 158 | 0.36 | 0.99 | 0 | 0.38 | 278.22 | 0.99 | 0.31 |
| Hex | 65 | 1 | 9E | 24 | 63 | 0 | 26 | 116 | 63 | 1F |
| Octal | 145 | 1 | 236 | 44 | 143 | 0 | 46 | 426 | 143 | 37 |
| Binary | 1100101 | 1 | 10011110 | 100100 | 1100011 | 0 | 100110 | 100010110 | 1100011 | 11111 |
Color Harmonies of #65019E
Complementary color
Monochromatic Colors of #65019E
Black with #65019E
Text Example
Text Example
White with #65019E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65019E; }
p { color: rgb(101,1,158); }
H1.HeaderClassName
{
color: #65019E;
}
.AnyTagClassName
{
color: #65019E;
}
</style>
background-color css
<style>
a { background-color: #65019E; }
a { background-color: rgb(101,1,158); }
div.DivClassName
{
background-color: #65019E;
}
.BgClassName
{
background-color: #65019E;
}
</style>
border-color css
<style>
span { border-color: #65019E; }
span { border-color: rgb(101,1,158); }
td.TdClassName
{
border-color: #65019E;
}
.TagClassName
{
border-color: #65019E;
}
</style>