Shades of Indigo #65098B
Tints of Indigo #65098B
RGB
CMYK
RGB Variations
Color information
#65098B (or 0x65098B) is known color: Indigo. HEX triplet: 65, 09 and 8B. RGB value is (101,9,139). Sum of RGB (Red+Green+Blue) = 101+9+139=249 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.56% from 249); Green value is 9 (3.91% from 255 or 3.61% from 249); Blue value is 139 (54.69% from 255 or 55.82% from 249); Max value from RGB is 139 - color contains mainly: blue. Hex color #65098B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #65098B is #9AF674. Grayscale: #323232. Windows color (decimal): -10155637 or 9111909. OLE color: 9111909.
HSL color Cylindrical-coordinate representation of color #65098B: hue angle of 282.46º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #65098B is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 101 | 9 | 139 | - |
| CMYK | 0.27 | 0.94 | 0 | 0.45 |
| HSL | 282.46º | 0.88% | 0.29% | - |
| HSV(B) | 282.46º | 0.94% | 0.55% | - |
| XYZ | 10.12 | 4.83 | 24.82 | - |
| YUV | 51.33 | 177.48 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 9 | 139 | 0.27 | 0.94 | 0 | 0.45 | 282.46 | 0.88 | 0.29 |
| Hex | 65 | 9 | 8B | 1B | 5E | 0 | 2D | 11A | 58 | 1D |
| Octal | 145 | 11 | 213 | 33 | 136 | 0 | 55 | 432 | 130 | 35 |
| Binary | 1100101 | 1001 | 10001011 | 11011 | 1011110 | 0 | 101101 | 100011010 | 1011000 | 11101 |
Color Harmonies of #65098B
Complementary color
Monochromatic Colors of #65098B
Black with #65098B
Text Example
Text Example
White with #65098B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65098B; }
p { color: rgb(101,9,139); }
H1.HeaderClassName
{
color: #65098B;
}
.AnyTagClassName
{
color: #65098B;
}
</style>
background-color css
<style>
a { background-color: #65098B; }
a { background-color: rgb(101,9,139); }
div.DivClassName
{
background-color: #65098B;
}
.BgClassName
{
background-color: #65098B;
}
</style>
border-color css
<style>
span { border-color: #65098B; }
span { border-color: rgb(101,9,139); }
td.TdClassName
{
border-color: #65098B;
}
.TagClassName
{
border-color: #65098B;
}
</style>