Shades of Indigo #64019A
Tints of Indigo #64019A
RGB
CMYK
RGB Variations
Color information
#64019A (or 0x64019A) is known color: Indigo. HEX triplet: 64, 01 and 9A. RGB value is (100,1,154). Sum of RGB (Red+Green+Blue) = 100+1+154=255 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.22% from 255); Green value is 1 (0.78% from 255 or 0.39% from 255); Blue value is 154 (60.55% from 255 or 60.39% from 255); Max value from RGB is 154 - color contains mainly: blue. Hex color #64019A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64019A is #9BFE65. Grayscale: #2F2F2F. Windows color (decimal): -10223206 or 10092900. OLE color: 10092900.
HSL color Cylindrical-coordinate representation of color #64019A: hue angle of 278.82º 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 #64019A is Cyan = 0.35, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 100 | 1 | 154 | - |
| CMYK | 0.35 | 0.99 | 0 | 0.40 |
| HSL | 278.82º | 0.99% | 0.3% | - |
| HSV(B) | 278.82º | 0.99% | 0.6% | - |
| XYZ | 11.1 | 5.06 | 30.96 | - |
| YUV | 48.04 | 187.8 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 1 | 154 | 0.35 | 0.99 | 0 | 0.40 | 278.82 | 0.99 | 0.3 |
| Hex | 64 | 1 | 9A | 23 | 63 | 0 | 28 | 117 | 63 | 1E |
| Octal | 144 | 1 | 232 | 43 | 143 | 0 | 50 | 427 | 143 | 36 |
| Binary | 1100100 | 1 | 10011010 | 100011 | 1100011 | 0 | 101000 | 100010111 | 1100011 | 11110 |
Color Harmonies of #64019A
Complementary color
Monochromatic Colors of #64019A
Black with #64019A
Text Example
Text Example
White with #64019A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64019A; }
p { color: rgb(100,1,154); }
H1.HeaderClassName
{
color: #64019A;
}
.AnyTagClassName
{
color: #64019A;
}
</style>
background-color css
<style>
a { background-color: #64019A; }
a { background-color: rgb(100,1,154); }
div.DivClassName
{
background-color: #64019A;
}
.BgClassName
{
background-color: #64019A;
}
</style>
border-color css
<style>
span { border-color: #64019A; }
span { border-color: rgb(100,1,154); }
td.TdClassName
{
border-color: #64019A;
}
.TagClassName
{
border-color: #64019A;
}
</style>