Shades of Indigo #65067E
Tints of Indigo #65067E
RGB
CMYK
RGB Variations
Color information
#65067E (or 0x65067E) is known color: Indigo. HEX triplet: 65, 06 and 7E. RGB value is (101,6,126). Sum of RGB (Red+Green+Blue) = 101+6+126=233 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.35% from 233); Green value is 6 (2.73% from 255 or 2.58% from 233); Blue value is 126 (49.61% from 255 or 54.08% from 233); Max value from RGB is 126 - color contains mainly: blue. Hex color #65067E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65067E is #9AF981. Grayscale: #2F2F2F. Windows color (decimal): -10156418 or 8259173. OLE color: 8259173.
HSL color Cylindrical-coordinate representation of color #65067E: hue angle of 287.5º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #65067E is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 101 | 6 | 126 | - |
| CMYK | 0.20 | 0.95 | 0 | 0.51 |
| HSL | 287.5º | 0.91% | 0.26% | - |
| HSV(B) | 287.5º | 0.95% | 0.49% | - |
| XYZ | 9.2 | 4.4 | 20.1 | - |
| YUV | 48.09 | 171.97 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 6 | 126 | 0.20 | 0.95 | 0 | 0.51 | 287.5 | 0.91 | 0.26 |
| Hex | 65 | 6 | 7E | 14 | 5F | 0 | 33 | 120 | 5B | 1A |
| Octal | 145 | 6 | 176 | 24 | 137 | 0 | 63 | 440 | 133 | 32 |
| Binary | 1100101 | 110 | 1111110 | 10100 | 1011111 | 0 | 110011 | 100100000 | 1011011 | 11010 |
Color Harmonies of #65067E
Complementary color
Monochromatic Colors of #65067E
Black with #65067E
Text Example
Text Example
White with #65067E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65067E; }
p { color: rgb(101,6,126); }
H1.HeaderClassName
{
color: #65067E;
}
.AnyTagClassName
{
color: #65067E;
}
</style>
background-color css
<style>
a { background-color: #65067E; }
a { background-color: rgb(101,6,126); }
div.DivClassName
{
background-color: #65067E;
}
.BgClassName
{
background-color: #65067E;
}
</style>
border-color css
<style>
span { border-color: #65067E; }
span { border-color: rgb(101,6,126); }
td.TdClassName
{
border-color: #65067E;
}
.TagClassName
{
border-color: #65067E;
}
</style>