Shades of Indigo #65079A
Tints of Indigo #65079A
RGB
CMYK
RGB Variations
Color information
#65079A (or 0x65079A) is known color: Indigo. HEX triplet: 65, 07 and 9A. RGB value is (101,7,154). Sum of RGB (Red+Green+Blue) = 101+7+154=262 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.55% from 262); Green value is 7 (3.12% from 255 or 2.67% from 262); Blue value is 154 (60.55% from 255 or 58.78% from 262); Max value from RGB is 154 - color contains mainly: blue. Hex color #65079A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #65079A is #9AF865. Grayscale: #333333. Windows color (decimal): -10156134 or 10094437. OLE color: 10094437.
HSL color Cylindrical-coordinate representation of color #65079A: hue angle of 278.37º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #65079A is Cyan = 0.34, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 101 | 7 | 154 | - |
| CMYK | 0.34 | 0.95 | 0 | 0.40 |
| HSL | 278.37º | 0.91% | 0.32% | - |
| HSV(B) | 278.37º | 0.95% | 0.6% | - |
| XYZ | 11.28 | 5.25 | 30.99 | - |
| YUV | 51.86 | 185.64 | 163.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 7 | 154 | 0.34 | 0.95 | 0 | 0.40 | 278.37 | 0.91 | 0.32 |
| Hex | 65 | 7 | 9A | 22 | 5F | 0 | 28 | 116 | 5B | 20 |
| Octal | 145 | 7 | 232 | 42 | 137 | 0 | 50 | 426 | 133 | 40 |
| Binary | 1100101 | 111 | 10011010 | 100010 | 1011111 | 0 | 101000 | 100010110 | 1011011 | 100000 |
Color Harmonies of #65079A
Complementary color
Monochromatic Colors of #65079A
Black with #65079A
Text Example
Text Example
White with #65079A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65079A; }
p { color: rgb(101,7,154); }
H1.HeaderClassName
{
color: #65079A;
}
.AnyTagClassName
{
color: #65079A;
}
</style>
background-color css
<style>
a { background-color: #65079A; }
a { background-color: rgb(101,7,154); }
div.DivClassName
{
background-color: #65079A;
}
.BgClassName
{
background-color: #65079A;
}
</style>
border-color css
<style>
span { border-color: #65079A; }
span { border-color: rgb(101,7,154); }
td.TdClassName
{
border-color: #65079A;
}
.TagClassName
{
border-color: #65079A;
}
</style>