Shades of Indigo #65008F
Tints of Indigo #65008F
RGB
CMYK
RGB Variations
Color information
#65008F (or 0x65008F) is known color: Indigo. HEX triplet: 65, 00 and 8F. RGB value is (101,0,143). Sum of RGB (Red+Green+Blue) = 101+0+143=244 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.39% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 143 (56.25% from 255 or 58.61% from 244); Max value from RGB is 143 - color contains mainly: blue. Hex color #65008F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #65008F is #9AFF70. Grayscale: #2E2E2E. Windows color (decimal): -10157937 or 9371749. OLE color: 9371749.
HSL color Cylindrical-coordinate representation of color #65008F: hue angle of 282.38º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #65008F is Cyan = 0.29, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 101 | 0 | 143 | - |
| CMYK | 0.29 | 1 | 0 | 0.44 |
| HSL | 282.38º | 1% | 0.28% | - |
| HSV(B) | 282.38º | 1% | 0.56% | - |
| XYZ | 10.32 | 4.75 | 26.36 | - |
| YUV | 46.5 | 182.46 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 0 | 143 | 0.29 | 1 | 0 | 0.44 | 282.38 | 1 | 0.28 |
| Hex | 65 | 0 | 8F | 1D | 64 | 0 | 2C | 11A | 64 | 1C |
| Octal | 145 | 0 | 217 | 35 | 144 | 0 | 54 | 432 | 144 | 34 |
| Binary | 1100101 | 0 | 10001111 | 11101 | 1100100 | 0 | 101100 | 100011010 | 1100100 | 11100 |
Color Harmonies of #65008F
Complementary color
Monochromatic Colors of #65008F
Black with #65008F
Text Example
Text Example
White with #65008F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65008F; }
p { color: rgb(101,0,143); }
H1.HeaderClassName
{
color: #65008F;
}
.AnyTagClassName
{
color: #65008F;
}
</style>
background-color css
<style>
a { background-color: #65008F; }
a { background-color: rgb(101,0,143); }
div.DivClassName
{
background-color: #65008F;
}
.BgClassName
{
background-color: #65008F;
}
</style>
border-color css
<style>
span { border-color: #65008F; }
span { border-color: rgb(101,0,143); }
td.TdClassName
{
border-color: #65008F;
}
.TagClassName
{
border-color: #65008F;
}
</style>