Shades of Indigo #65018D
Tints of Indigo #65018D
RGB
CMYK
RGB Variations
Color information
#65018D (or 0x65018D) is known color: Indigo. HEX triplet: 65, 01 and 8D. RGB value is (101,1,141). Sum of RGB (Red+Green+Blue) = 101+1+141=243 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.56% from 243); Green value is 1 (0.78% from 255 or 0.41% from 243); Blue value is 141 (55.47% from 255 or 58.02% from 243); Max value from RGB is 141 - color contains mainly: blue. Hex color #65018D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #65018D is #9AFE72. Grayscale: #2E2E2E. Windows color (decimal): -10157683 or 9240933. OLE color: 9240933.
HSL color Cylindrical-coordinate representation of color #65018D: hue angle of 282.86º 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 #65018D is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 101 | 1 | 141 | - |
| CMYK | 0.28 | 0.99 | 0 | 0.45 |
| HSL | 282.86º | 0.99% | 0.28% | - |
| HSV(B) | 282.86º | 0.99% | 0.55% | - |
| XYZ | 10.19 | 4.71 | 25.57 | - |
| YUV | 46.86 | 181.13 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 1 | 141 | 0.28 | 0.99 | 0 | 0.45 | 282.86 | 0.99 | 0.28 |
| Hex | 65 | 1 | 8D | 1C | 63 | 0 | 2D | 11B | 63 | 1C |
| Octal | 145 | 1 | 215 | 34 | 143 | 0 | 55 | 433 | 143 | 34 |
| Binary | 1100101 | 1 | 10001101 | 11100 | 1100011 | 0 | 101101 | 100011011 | 1100011 | 11100 |
Color Harmonies of #65018D
Complementary color
Monochromatic Colors of #65018D
Black with #65018D
Text Example
Text Example
White with #65018D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65018D; }
p { color: rgb(101,1,141); }
H1.HeaderClassName
{
color: #65018D;
}
.AnyTagClassName
{
color: #65018D;
}
</style>
background-color css
<style>
a { background-color: #65018D; }
a { background-color: rgb(101,1,141); }
div.DivClassName
{
background-color: #65018D;
}
.BgClassName
{
background-color: #65018D;
}
</style>
border-color css
<style>
span { border-color: #65018D; }
span { border-color: rgb(101,1,141); }
td.TdClassName
{
border-color: #65018D;
}
.TagClassName
{
border-color: #65018D;
}
</style>