Shades of Indigo #64018A
Tints of Indigo #64018A
RGB
CMYK
RGB Variations
Color information
#64018A (or 0x64018A) is known color: Indigo. HEX triplet: 64, 01 and 8A. RGB value is (100,1,138). Sum of RGB (Red+Green+Blue) = 100+1+138=239 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.84% from 239); Green value is 1 (0.78% from 255 or 0.42% from 239); Blue value is 138 (54.30% from 255 or 57.74% from 239); Max value from RGB is 138 - color contains mainly: blue. Hex color #64018A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64018A is #9BFE75. Grayscale: #2D2D2D. Windows color (decimal): -10223222 or 9044324. OLE color: 9044324.
HSL color Cylindrical-coordinate representation of color #64018A: hue angle of 283.36º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #64018A is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 100 | 1 | 138 | - |
| CMYK | 0.28 | 0.99 | 0 | 0.46 |
| HSL | 283.36º | 0.99% | 0.27% | - |
| HSV(B) | 283.36º | 0.99% | 0.54% | - |
| XYZ | 9.85 | 4.57 | 24.41 | - |
| YUV | 46.22 | 179.8 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 1 | 138 | 0.28 | 0.99 | 0 | 0.46 | 283.36 | 0.99 | 0.27 |
| Hex | 64 | 1 | 8A | 1C | 63 | 0 | 2E | 11B | 63 | 1B |
| Octal | 144 | 1 | 212 | 34 | 143 | 0 | 56 | 433 | 143 | 33 |
| Binary | 1100100 | 1 | 10001010 | 11100 | 1100011 | 0 | 101110 | 100011011 | 1100011 | 11011 |
Color Harmonies of #64018A
Complementary color
Monochromatic Colors of #64018A
Black with #64018A
Text Example
Text Example
White with #64018A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64018A; }
p { color: rgb(100,1,138); }
H1.HeaderClassName
{
color: #64018A;
}
.AnyTagClassName
{
color: #64018A;
}
</style>
background-color css
<style>
a { background-color: #64018A; }
a { background-color: rgb(100,1,138); }
div.DivClassName
{
background-color: #64018A;
}
.BgClassName
{
background-color: #64018A;
}
</style>
border-color css
<style>
span { border-color: #64018A; }
span { border-color: rgb(100,1,138); }
td.TdClassName
{
border-color: #64018A;
}
.TagClassName
{
border-color: #64018A;
}
</style>