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