Shades of Indigo #65028F
Tints of Indigo #65028F
RGB
CMYK
RGB Variations
Color information
#65028F (or 0x65028F) is known color: Indigo. HEX triplet: 65, 02 and 8F. RGB value is (101,2,143). Sum of RGB (Red+Green+Blue) = 101+2+143=246 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.06% from 246); Green value is 2 (1.17% from 255 or 0.81% from 246); Blue value is 143 (56.25% from 255 or 58.13% from 246); Max value from RGB is 143 - color contains mainly: blue. Hex color #65028F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #65028F is #9AFD70. Grayscale: #2F2F2F. Windows color (decimal): -10157425 or 9372261. OLE color: 9372261.
HSL color Cylindrical-coordinate representation of color #65028F: hue angle of 282.13º 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 #65028F is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 101 | 2 | 143 | - |
| CMYK | 0.29 | 0.99 | 0 | 0.44 |
| HSL | 282.13º | 0.97% | 0.28% | - |
| HSV(B) | 282.13º | 0.99% | 0.56% | - |
| XYZ | 10.35 | 4.79 | 26.37 | - |
| YUV | 47.68 | 181.8 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 2 | 143 | 0.29 | 0.99 | 0 | 0.44 | 282.13 | 0.97 | 0.28 |
| Hex | 65 | 2 | 8F | 1D | 63 | 0 | 2C | 11A | 61 | 1C |
| Octal | 145 | 2 | 217 | 35 | 143 | 0 | 54 | 432 | 141 | 34 |
| Binary | 1100101 | 10 | 10001111 | 11101 | 1100011 | 0 | 101100 | 100011010 | 1100001 | 11100 |
Color Harmonies of #65028F
Complementary color
Monochromatic Colors of #65028F
Black with #65028F
Text Example
Text Example
White with #65028F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65028F; }
p { color: rgb(101,2,143); }
H1.HeaderClassName
{
color: #65028F;
}
.AnyTagClassName
{
color: #65028F;
}
</style>
background-color css
<style>
a { background-color: #65028F; }
a { background-color: rgb(101,2,143); }
div.DivClassName
{
background-color: #65028F;
}
.BgClassName
{
background-color: #65028F;
}
</style>
border-color css
<style>
span { border-color: #65028F; }
span { border-color: rgb(101,2,143); }
td.TdClassName
{
border-color: #65028F;
}
.TagClassName
{
border-color: #65028F;
}
</style>