Shades of Indigo #65028E
Tints of Indigo #65028E
RGB
CMYK
RGB Variations
Color information
#65028E (or 0x65028E) is known color: Indigo. HEX triplet: 65, 02 and 8E. RGB value is (101,2,142). Sum of RGB (Red+Green+Blue) = 101+2+142=245 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.22% from 245); Green value is 2 (1.17% from 255 or 0.82% from 245); Blue value is 142 (55.86% from 255 or 57.96% from 245); Max value from RGB is 142 - color contains mainly: blue. Hex color #65028E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #65028E is #9AFD71. Grayscale: #2F2F2F. Windows color (decimal): -10157426 or 9306725. OLE color: 9306725.
HSL color Cylindrical-coordinate representation of color #65028E: hue angle of 282.43º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #65028E is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 101 | 2 | 142 | - |
| CMYK | 0.29 | 0.99 | 0 | 0.44 |
| HSL | 282.43º | 0.97% | 0.28% | - |
| HSV(B) | 282.43º | 0.99% | 0.56% | - |
| XYZ | 10.27 | 4.76 | 25.97 | - |
| YUV | 47.56 | 181.3 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 2 | 142 | 0.29 | 0.99 | 0 | 0.44 | 282.43 | 0.97 | 0.28 |
| Hex | 65 | 2 | 8E | 1D | 63 | 0 | 2C | 11A | 61 | 1C |
| Octal | 145 | 2 | 216 | 35 | 143 | 0 | 54 | 432 | 141 | 34 |
| Binary | 1100101 | 10 | 10001110 | 11101 | 1100011 | 0 | 101100 | 100011010 | 1100001 | 11100 |
Color Harmonies of #65028E
Complementary color
Monochromatic Colors of #65028E
Black with #65028E
Text Example
Text Example
White with #65028E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65028E; }
p { color: rgb(101,2,142); }
H1.HeaderClassName
{
color: #65028E;
}
.AnyTagClassName
{
color: #65028E;
}
</style>
background-color css
<style>
a { background-color: #65028E; }
a { background-color: rgb(101,2,142); }
div.DivClassName
{
background-color: #65028E;
}
.BgClassName
{
background-color: #65028E;
}
</style>
border-color css
<style>
span { border-color: #65028E; }
span { border-color: rgb(101,2,142); }
td.TdClassName
{
border-color: #65028E;
}
.TagClassName
{
border-color: #65028E;
}
</style>