Shades of Indigo #64018C
Tints of Indigo #64018C
RGB
CMYK
RGB Variations
Color information
#64018C (or 0x64018C) is known color: Indigo. HEX triplet: 64, 01 and 8C. RGB value is (100,1,140). Sum of RGB (Red+Green+Blue) = 100+1+140=241 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.49% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 140 (55.08% from 255 or 58.09% from 241); Max value from RGB is 140 - color contains mainly: blue. Hex color #64018C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64018C is #9BFE73. Grayscale: #2D2D2D. Windows color (decimal): -10223220 or 9175396. OLE color: 9175396.
HSL color Cylindrical-coordinate representation of color #64018C: hue angle of 282.73º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #64018C is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 1 | 140 | - |
| CMYK | 0.29 | 0.99 | 0 | 0.45 |
| HSL | 282.73º | 0.99% | 0.28% | - |
| HSV(B) | 282.73º | 0.99% | 0.55% | - |
| XYZ | 10 | 4.62 | 25.18 | - |
| YUV | 46.45 | 180.8 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 1 | 140 | 0.29 | 0.99 | 0 | 0.45 | 282.73 | 0.99 | 0.28 |
| Hex | 64 | 1 | 8C | 1D | 63 | 0 | 2D | 11B | 63 | 1C |
| Octal | 144 | 1 | 214 | 35 | 143 | 0 | 55 | 433 | 143 | 34 |
| Binary | 1100100 | 1 | 10001100 | 11101 | 1100011 | 0 | 101101 | 100011011 | 1100011 | 11100 |
Color Harmonies of #64018C
Complementary color
Monochromatic Colors of #64018C
Black with #64018C
Text Example
Text Example
White with #64018C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64018C; }
p { color: rgb(100,1,140); }
H1.HeaderClassName
{
color: #64018C;
}
.AnyTagClassName
{
color: #64018C;
}
</style>
background-color css
<style>
a { background-color: #64018C; }
a { background-color: rgb(100,1,140); }
div.DivClassName
{
background-color: #64018C;
}
.BgClassName
{
background-color: #64018C;
}
</style>
border-color css
<style>
span { border-color: #64018C; }
span { border-color: rgb(100,1,140); }
td.TdClassName
{
border-color: #64018C;
}
.TagClassName
{
border-color: #64018C;
}
</style>