Shades of Indigo #65018A
Tints of Indigo #65018A
RGB
CMYK
RGB Variations
Color information
#65018A (or 0x65018A) is known color: Indigo. HEX triplet: 65, 01 and 8A. RGB value is (101,1,138). Sum of RGB (Red+Green+Blue) = 101+1+138=240 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.08% from 240); Green value is 1 (0.78% from 255 or 0.42% from 240); Blue value is 138 (54.30% from 255 or 57.5% from 240); Max value from RGB is 138 - color contains mainly: blue. Hex color #65018A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #65018A is #9AFE75. Grayscale: #2E2E2E. Windows color (decimal): -10157686 or 9044325. OLE color: 9044325.
HSL color Cylindrical-coordinate representation of color #65018A: hue angle of 283.8º 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 #65018A is Cyan = 0.27, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 101 | 1 | 138 | - |
| CMYK | 0.27 | 0.99 | 0 | 0.46 |
| HSL | 283.8º | 0.99% | 0.27% | - |
| HSV(B) | 283.8º | 0.99% | 0.54% | - |
| XYZ | 9.97 | 4.62 | 24.41 | - |
| YUV | 46.52 | 179.63 | 166.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 1 | 138 | 0.27 | 0.99 | 0 | 0.46 | 283.8 | 0.99 | 0.27 |
| Hex | 65 | 1 | 8A | 1B | 63 | 0 | 2E | 11C | 63 | 1B |
| Octal | 145 | 1 | 212 | 33 | 143 | 0 | 56 | 434 | 143 | 33 |
| Binary | 1100101 | 1 | 10001010 | 11011 | 1100011 | 0 | 101110 | 100011100 | 1100011 | 11011 |
Color Harmonies of #65018A
Complementary color
Monochromatic Colors of #65018A
Black with #65018A
Text Example
Text Example
White with #65018A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65018A; }
p { color: rgb(101,1,138); }
H1.HeaderClassName
{
color: #65018A;
}
.AnyTagClassName
{
color: #65018A;
}
</style>
background-color css
<style>
a { background-color: #65018A; }
a { background-color: rgb(101,1,138); }
div.DivClassName
{
background-color: #65018A;
}
.BgClassName
{
background-color: #65018A;
}
</style>
border-color css
<style>
span { border-color: #65018A; }
span { border-color: rgb(101,1,138); }
td.TdClassName
{
border-color: #65018A;
}
.TagClassName
{
border-color: #65018A;
}
</style>