Shades of Electric Indigo #6500DD
Tints of Electric Indigo #6500DD
RGB
CMYK
RGB Variations
Color information
#6500DD (or 0x6500DD) is known color: Electric Indigo. HEX triplet: 65, 00 and DD. RGB value is (101,0,221). Sum of RGB (Red+Green+Blue) = 101+0+221=322 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.37% from 322); Green value is 0 (0.39% from 255 or 0% from 322); Blue value is 221 (86.72% from 255 or 68.63% from 322); Max value from RGB is 221 - color contains mainly: blue. Hex color #6500DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6500DD is #9AFF22. Grayscale: #363636. Windows color (decimal): -10157859 or 14483557. OLE color: 14483557.
HSL color Cylindrical-coordinate representation of color #6500DD: hue angle of 267.42º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6500DD is Cyan = 0.54, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 0 | 221 | - |
| CMYK | 0.54 | 1 | 0 | 0.13 |
| HSL | 267.42º | 1% | 0.43% | - |
| HSV(B) | 267.42º | 1% | 0.87% | - |
| XYZ | 18.42 | 7.99 | 68.98 | - |
| YUV | 55.39 | 221.46 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 0 | 221 | 0.54 | 1 | 0 | 0.13 | 267.42 | 1 | 0.43 |
| Hex | 65 | 0 | DD | 36 | 64 | 0 | D | 10B | 64 | 2B |
| Octal | 145 | 0 | 335 | 66 | 144 | 0 | 15 | 413 | 144 | 53 |
| Binary | 1100101 | 0 | 11011101 | 110110 | 1100100 | 0 | 1101 | 100001011 | 1100100 | 101011 |
Color Harmonies of #6500DD
Complementary color
Monochromatic Colors of #6500DD
Black with #6500DD
Text Example
Text Example
White with #6500DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6500DD; }
p { color: rgb(101,0,221); }
H1.HeaderClassName
{
color: #6500DD;
}
.AnyTagClassName
{
color: #6500DD;
}
</style>
background-color css
<style>
a { background-color: #6500DD; }
a { background-color: rgb(101,0,221); }
div.DivClassName
{
background-color: #6500DD;
}
.BgClassName
{
background-color: #6500DD;
}
</style>
border-color css
<style>
span { border-color: #6500DD; }
span { border-color: rgb(101,0,221); }
td.TdClassName
{
border-color: #6500DD;
}
.TagClassName
{
border-color: #6500DD;
}
</style>