Shades of Indigo #65158F
Tints of Indigo #65158F
RGB
CMYK
RGB Variations
Color information
#65158F (or 0x65158F) is known color: Indigo. HEX triplet: 65, 15 and 8F. RGB value is (101,21,143). Sum of RGB (Red+Green+Blue) = 101+21+143=265 (35% of max value = 765). Red value is 101 (39.84% from 255 or 38.11% from 265); Green value is 21 (8.59% from 255 or 7.92% from 265); Blue value is 143 (56.25% from 255 or 53.96% from 265); Max value from RGB is 143 - color contains mainly: blue. Hex color #65158F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #65158F is #9AEA70. Grayscale: #3A3A3A. Windows color (decimal): -10152561 or 9377125. OLE color: 9377125.
HSL color Cylindrical-coordinate representation of color #65158F: hue angle of 279.34º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #65158F is Cyan = 0.29, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 101 | 21 | 143 | - |
| CMYK | 0.29 | 0.85 | 0 | 0.44 |
| HSL | 279.34º | 0.74% | 0.32% | - |
| HSV(B) | 279.34º | 0.85% | 0.56% | - |
| XYZ | 10.59 | 5.29 | 26.45 | - |
| YUV | 58.83 | 175.5 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 21 | 143 | 0.29 | 0.85 | 0 | 0.44 | 279.34 | 0.74 | 0.32 |
| Hex | 65 | 15 | 8F | 1D | 55 | 0 | 2C | 117 | 4A | 20 |
| Octal | 145 | 25 | 217 | 35 | 125 | 0 | 54 | 427 | 112 | 40 |
| Binary | 1100101 | 10101 | 10001111 | 11101 | 1010101 | 0 | 101100 | 100010111 | 1001010 | 100000 |
Color Harmonies of #65158F
Complementary color
Monochromatic Colors of #65158F
Black with #65158F
Text Example
Text Example
White with #65158F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65158F; }
p { color: rgb(101,21,143); }
H1.HeaderClassName
{
color: #65158F;
}
.AnyTagClassName
{
color: #65158F;
}
</style>
background-color css
<style>
a { background-color: #65158F; }
a { background-color: rgb(101,21,143); }
div.DivClassName
{
background-color: #65158F;
}
.BgClassName
{
background-color: #65158F;
}
</style>
border-color css
<style>
span { border-color: #65158F; }
span { border-color: rgb(101,21,143); }
td.TdClassName
{
border-color: #65158F;
}
.TagClassName
{
border-color: #65158F;
}
</style>