Shades of Indigo #65088F
Tints of Indigo #65088F
RGB
CMYK
RGB Variations
Color information
#65088F (or 0x65088F) is known color: Indigo. HEX triplet: 65, 08 and 8F. RGB value is (101,8,143). Sum of RGB (Red+Green+Blue) = 101+8+143=252 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.08% from 252); Green value is 8 (3.52% from 255 or 3.17% from 252); Blue value is 143 (56.25% from 255 or 56.75% from 252); Max value from RGB is 143 - color contains mainly: blue. Hex color #65088F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #65088F is #9AF770. Grayscale: #323232. Windows color (decimal): -10155889 or 9373797. OLE color: 9373797.
HSL color Cylindrical-coordinate representation of color #65088F: hue angle of 281.33º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #65088F is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 101 | 8 | 143 | - |
| CMYK | 0.29 | 0.94 | 0 | 0.44 |
| HSL | 281.33º | 0.89% | 0.3% | - |
| HSV(B) | 281.33º | 0.94% | 0.56% | - |
| XYZ | 10.41 | 4.92 | 26.39 | - |
| YUV | 51.2 | 179.81 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 8 | 143 | 0.29 | 0.94 | 0 | 0.44 | 281.33 | 0.89 | 0.3 |
| Hex | 65 | 8 | 8F | 1D | 5E | 0 | 2C | 119 | 59 | 1E |
| Octal | 145 | 10 | 217 | 35 | 136 | 0 | 54 | 431 | 131 | 36 |
| Binary | 1100101 | 1000 | 10001111 | 11101 | 1011110 | 0 | 101100 | 100011001 | 1011001 | 11110 |
Color Harmonies of #65088F
Complementary color
Monochromatic Colors of #65088F
Black with #65088F
Text Example
Text Example
White with #65088F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65088F; }
p { color: rgb(101,8,143); }
H1.HeaderClassName
{
color: #65088F;
}
.AnyTagClassName
{
color: #65088F;
}
</style>
background-color css
<style>
a { background-color: #65088F; }
a { background-color: rgb(101,8,143); }
div.DivClassName
{
background-color: #65088F;
}
.BgClassName
{
background-color: #65088F;
}
</style>
border-color css
<style>
span { border-color: #65088F; }
span { border-color: rgb(101,8,143); }
td.TdClassName
{
border-color: #65088F;
}
.TagClassName
{
border-color: #65088F;
}
</style>