Shades of Indigo #65019F
Tints of Indigo #65019F
RGB
CMYK
RGB Variations
Color information
#65019F (or 0x65019F) is known color: Indigo. HEX triplet: 65, 01 and 9F. RGB value is (101,1,159). Sum of RGB (Red+Green+Blue) = 101+1+159=261 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.70% from 261); Green value is 1 (0.78% from 255 or 0.38% from 261); Blue value is 159 (62.5% from 255 or 60.92% from 261); Max value from RGB is 159 - color contains mainly: blue. Hex color #65019F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #65019F is #9AFE60. Grayscale: #303030. Windows color (decimal): -10157665 or 10420581. OLE color: 10420581.
HSL color Cylindrical-coordinate representation of color #65019F: hue angle of 277.97º 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 #65019F is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 101 | 1 | 159 | - |
| CMYK | 0.36 | 0.99 | 0 | 0.38 |
| HSL | 277.97º | 0.99% | 0.31% | - |
| HSV(B) | 277.97º | 0.99% | 0.62% | - |
| XYZ | 11.64 | 5.29 | 33.21 | - |
| YUV | 48.91 | 190.13 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 1 | 159 | 0.36 | 0.99 | 0 | 0.38 | 277.97 | 0.99 | 0.31 |
| Hex | 65 | 1 | 9F | 24 | 63 | 0 | 26 | 116 | 63 | 1F |
| Octal | 145 | 1 | 237 | 44 | 143 | 0 | 46 | 426 | 143 | 37 |
| Binary | 1100101 | 1 | 10011111 | 100100 | 1100011 | 0 | 100110 | 100010110 | 1100011 | 11111 |
Color Harmonies of #65019F
Complementary color
Monochromatic Colors of #65019F
Black with #65019F
Text Example
Text Example
White with #65019F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65019F; }
p { color: rgb(101,1,159); }
H1.HeaderClassName
{
color: #65019F;
}
.AnyTagClassName
{
color: #65019F;
}
</style>
background-color css
<style>
a { background-color: #65019F; }
a { background-color: rgb(101,1,159); }
div.DivClassName
{
background-color: #65019F;
}
.BgClassName
{
background-color: #65019F;
}
</style>
border-color css
<style>
span { border-color: #65019F; }
span { border-color: rgb(101,1,159); }
td.TdClassName
{
border-color: #65019F;
}
.TagClassName
{
border-color: #65019F;
}
</style>