Shades of Electric Indigo #650CE5
Tints of Electric Indigo #650CE5
RGB
CMYK
RGB Variations
Color information
#650CE5 (or 0x650CE5) is known color: Electric Indigo. HEX triplet: 65, 0C and E5. RGB value is (101,12,229). Sum of RGB (Red+Green+Blue) = 101+12+229=342 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.53% from 342); Green value is 12 (5.08% from 255 or 3.51% from 342); Blue value is 229 (89.84% from 255 or 66.96% from 342); Max value from RGB is 229 - color contains mainly: blue. Hex color #650CE5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #650CE5 is #9AF31A. Grayscale: #3E3E3E. Windows color (decimal): -10154779 or 15010917. OLE color: 15010917.
HSL color Cylindrical-coordinate representation of color #650CE5: hue angle of 264.61º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #650CE5 is Cyan = 0.56, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 101 | 12 | 229 | - |
| CMYK | 0.56 | 0.95 | 0 | 0.10 |
| HSL | 264.61º | 0.9% | 0.47% | - |
| HSV(B) | 264.61º | 0.95% | 0.9% | - |
| XYZ | 19.64 | 8.69 | 74.77 | - |
| YUV | 63.35 | 221.49 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 12 | 229 | 0.56 | 0.95 | 0 | 0.10 | 264.61 | 0.9 | 0.47 |
| Hex | 65 | C | E5 | 38 | 5F | 0 | A | 109 | 5A | 2F |
| Octal | 145 | 14 | 345 | 70 | 137 | 0 | 12 | 411 | 132 | 57 |
| Binary | 1100101 | 1100 | 11100101 | 111000 | 1011111 | 0 | 1010 | 100001001 | 1011010 | 101111 |
Color Harmonies of #650CE5
Complementary color
Monochromatic Colors of #650CE5
Black with #650CE5
Text Example
Text Example
White with #650CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650CE5; }
p { color: rgb(101,12,229); }
H1.HeaderClassName
{
color: #650CE5;
}
.AnyTagClassName
{
color: #650CE5;
}
</style>
background-color css
<style>
a { background-color: #650CE5; }
a { background-color: rgb(101,12,229); }
div.DivClassName
{
background-color: #650CE5;
}
.BgClassName
{
background-color: #650CE5;
}
</style>
border-color css
<style>
span { border-color: #650CE5; }
span { border-color: rgb(101,12,229); }
td.TdClassName
{
border-color: #650CE5;
}
.TagClassName
{
border-color: #650CE5;
}
</style>