Shades of Indigo #65019A
Tints of Indigo #65019A
RGB
CMYK
RGB Variations
Color information
#65019A (or 0x65019A) is known color: Indigo. HEX triplet: 65, 01 and 9A. RGB value is (101,1,154). Sum of RGB (Red+Green+Blue) = 101+1+154=256 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.45% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 154 (60.55% from 255 or 60.16% from 256); Max value from RGB is 154 - color contains mainly: blue. Hex color #65019A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #65019A is #9AFE65. Grayscale: #2F2F2F. Windows color (decimal): -10157670 or 10092901. OLE color: 10092901.
HSL color Cylindrical-coordinate representation of color #65019A: hue angle of 279.22º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #65019A is Cyan = 0.34, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 101 | 1 | 154 | - |
| CMYK | 0.34 | 0.99 | 0 | 0.40 |
| HSL | 279.22º | 0.99% | 0.3% | - |
| HSV(B) | 279.22º | 0.99% | 0.6% | - |
| XYZ | 11.21 | 5.12 | 30.97 | - |
| YUV | 48.34 | 187.63 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 1 | 154 | 0.34 | 0.99 | 0 | 0.40 | 279.22 | 0.99 | 0.3 |
| Hex | 65 | 1 | 9A | 22 | 63 | 0 | 28 | 117 | 63 | 1E |
| Octal | 145 | 1 | 232 | 42 | 143 | 0 | 50 | 427 | 143 | 36 |
| Binary | 1100101 | 1 | 10011010 | 100010 | 1100011 | 0 | 101000 | 100010111 | 1100011 | 11110 |
Color Harmonies of #65019A
Complementary color
Monochromatic Colors of #65019A
Black with #65019A
Text Example
Text Example
White with #65019A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65019A; }
p { color: rgb(101,1,154); }
H1.HeaderClassName
{
color: #65019A;
}
.AnyTagClassName
{
color: #65019A;
}
</style>
background-color css
<style>
a { background-color: #65019A; }
a { background-color: rgb(101,1,154); }
div.DivClassName
{
background-color: #65019A;
}
.BgClassName
{
background-color: #65019A;
}
</style>
border-color css
<style>
span { border-color: #65019A; }
span { border-color: rgb(101,1,154); }
td.TdClassName
{
border-color: #65019A;
}
.TagClassName
{
border-color: #65019A;
}
</style>