Shades of Electric Indigo #650BDA
Tints of Electric Indigo #650BDA
RGB
CMYK
RGB Variations
Color information
#650BDA (or 0x650BDA) is known color: Electric Indigo. HEX triplet: 65, 0B and DA. RGB value is (101,11,218). Sum of RGB (Red+Green+Blue) = 101+11+218=330 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.61% from 330); Green value is 11 (4.69% from 255 or 3.33% from 330); Blue value is 218 (85.55% from 255 or 66.06% from 330); Max value from RGB is 218 - color contains mainly: blue. Hex color #650BDA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #650BDA is #9AF425. Grayscale: #3C3C3C. Windows color (decimal): -10155046 or 14289765. OLE color: 14289765.
HSL color Cylindrical-coordinate representation of color #650BDA: hue angle of 266.09º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #650BDA is Cyan = 0.54, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 11 | 218 | - |
| CMYK | 0.54 | 0.95 | 0 | 0.15 |
| HSL | 266.09º | 0.9% | 0.45% | - |
| HSV(B) | 266.09º | 0.95% | 0.85% | - |
| XYZ | 18.14 | 8.07 | 66.93 | - |
| YUV | 61.51 | 216.32 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 11 | 218 | 0.54 | 0.95 | 0 | 0.15 | 266.09 | 0.9 | 0.45 |
| Hex | 65 | B | DA | 36 | 5F | 0 | F | 10A | 5A | 2D |
| Octal | 145 | 13 | 332 | 66 | 137 | 0 | 17 | 412 | 132 | 55 |
| Binary | 1100101 | 1011 | 11011010 | 110110 | 1011111 | 0 | 1111 | 100001010 | 1011010 | 101101 |
Color Harmonies of #650BDA
Complementary color
Monochromatic Colors of #650BDA
Black with #650BDA
Text Example
Text Example
White with #650BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650BDA; }
p { color: rgb(101,11,218); }
H1.HeaderClassName
{
color: #650BDA;
}
.AnyTagClassName
{
color: #650BDA;
}
</style>
background-color css
<style>
a { background-color: #650BDA; }
a { background-color: rgb(101,11,218); }
div.DivClassName
{
background-color: #650BDA;
}
.BgClassName
{
background-color: #650BDA;
}
</style>
border-color css
<style>
span { border-color: #650BDA; }
span { border-color: rgb(101,11,218); }
td.TdClassName
{
border-color: #650BDA;
}
.TagClassName
{
border-color: #650BDA;
}
</style>