Shades of Indigo #65097E
Tints of Indigo #65097E
RGB
CMYK
RGB Variations
Color information
#65097E (or 0x65097E) is known color: Indigo. HEX triplet: 65, 09 and 7E. RGB value is (101,9,126). Sum of RGB (Red+Green+Blue) = 101+9+126=236 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.80% from 236); Green value is 9 (3.91% from 255 or 3.81% from 236); Blue value is 126 (49.61% from 255 or 53.39% from 236); Max value from RGB is 126 - color contains mainly: blue. Hex color #65097E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65097E is #9AF681. Grayscale: #313131. Windows color (decimal): -10155650 or 8259941. OLE color: 8259941.
HSL color Cylindrical-coordinate representation of color #65097E: hue angle of 287.18º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #65097E is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 101 | 9 | 126 | - |
| CMYK | 0.20 | 0.93 | 0 | 0.51 |
| HSL | 287.18º | 0.87% | 0.26% | - |
| HSV(B) | 287.18º | 0.93% | 0.49% | - |
| XYZ | 9.23 | 4.47 | 20.11 | - |
| YUV | 49.85 | 170.98 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 9 | 126 | 0.20 | 0.93 | 0 | 0.51 | 287.18 | 0.87 | 0.26 |
| Hex | 65 | 9 | 7E | 14 | 5D | 0 | 33 | 11F | 57 | 1A |
| Octal | 145 | 11 | 176 | 24 | 135 | 0 | 63 | 437 | 127 | 32 |
| Binary | 1100101 | 1001 | 1111110 | 10100 | 1011101 | 0 | 110011 | 100011111 | 1010111 | 11010 |
Color Harmonies of #65097E
Complementary color
Monochromatic Colors of #65097E
Black with #65097E
Text Example
Text Example
White with #65097E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65097E; }
p { color: rgb(101,9,126); }
H1.HeaderClassName
{
color: #65097E;
}
.AnyTagClassName
{
color: #65097E;
}
</style>
background-color css
<style>
a { background-color: #65097E; }
a { background-color: rgb(101,9,126); }
div.DivClassName
{
background-color: #65097E;
}
.BgClassName
{
background-color: #65097E;
}
</style>
border-color css
<style>
span { border-color: #65097E; }
span { border-color: rgb(101,9,126); }
td.TdClassName
{
border-color: #65097E;
}
.TagClassName
{
border-color: #65097E;
}
</style>