Shades of Indigo #65039E
Tints of Indigo #65039E
RGB
CMYK
RGB Variations
Color information
#65039E (or 0x65039E) is known color: Indigo. HEX triplet: 65, 03 and 9E. RGB value is (101,3,158). Sum of RGB (Red+Green+Blue) = 101+3+158=262 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.55% from 262); Green value is 3 (1.56% from 255 or 1.15% from 262); Blue value is 158 (62.11% from 255 or 60.31% from 262); Max value from RGB is 158 - color contains mainly: blue. Hex color #65039E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #65039E is #9AFC61. Grayscale: #313131. Windows color (decimal): -10157154 or 10355557. OLE color: 10355557.
HSL color Cylindrical-coordinate representation of color #65039E: hue angle of 277.94º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #65039E is Cyan = 0.36, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 101 | 3 | 158 | - |
| CMYK | 0.36 | 0.98 | 0 | 0.38 |
| HSL | 277.94º | 0.96% | 0.32% | - |
| HSV(B) | 277.94º | 0.98% | 0.62% | - |
| XYZ | 11.57 | 5.3 | 32.76 | - |
| YUV | 49.97 | 188.97 | 164.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 3 | 158 | 0.36 | 0.98 | 0 | 0.38 | 277.94 | 0.96 | 0.32 |
| Hex | 65 | 3 | 9E | 24 | 62 | 0 | 26 | 116 | 60 | 20 |
| Octal | 145 | 3 | 236 | 44 | 142 | 0 | 46 | 426 | 140 | 40 |
| Binary | 1100101 | 11 | 10011110 | 100100 | 1100010 | 0 | 100110 | 100010110 | 1100000 | 100000 |
Color Harmonies of #65039E
Complementary color
Monochromatic Colors of #65039E
Black with #65039E
Text Example
Text Example
White with #65039E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65039E; }
p { color: rgb(101,3,158); }
H1.HeaderClassName
{
color: #65039E;
}
.AnyTagClassName
{
color: #65039E;
}
</style>
background-color css
<style>
a { background-color: #65039E; }
a { background-color: rgb(101,3,158); }
div.DivClassName
{
background-color: #65039E;
}
.BgClassName
{
background-color: #65039E;
}
</style>
border-color css
<style>
span { border-color: #65039E; }
span { border-color: rgb(101,3,158); }
td.TdClassName
{
border-color: #65039E;
}
.TagClassName
{
border-color: #65039E;
}
</style>