Shades of Electric Indigo #6502E4
Tints of Electric Indigo #6502E4
RGB
CMYK
RGB Variations
Color information
#6502E4 (or 0x6502E4) is known color: Electric Indigo. HEX triplet: 65, 02 and E4. RGB value is (101,2,228). Sum of RGB (Red+Green+Blue) = 101+2+228=331 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.51% from 331); Green value is 2 (1.17% from 255 or 0.60% from 331); Blue value is 228 (89.45% from 255 or 68.88% from 331); Max value from RGB is 228 - color contains mainly: blue. Hex color #6502E4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6502E4 is #9AFD1B. Grayscale: #383838. Windows color (decimal): -10157340 or 14942821. OLE color: 14942821.
HSL color Cylindrical-coordinate representation of color #6502E4: hue angle of 266.28º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6502E4 is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 101 | 2 | 228 | - |
| CMYK | 0.56 | 0.99 | 0 | 0.11 |
| HSL | 266.28º | 0.98% | 0.45% | - |
| HSV(B) | 266.28º | 0.99% | 0.89% | - |
| XYZ | 19.39 | 8.41 | 74 | - |
| YUV | 57.37 | 224.3 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 2 | 228 | 0.56 | 0.99 | 0 | 0.11 | 266.28 | 0.98 | 0.45 |
| Hex | 65 | 2 | E4 | 38 | 63 | 0 | B | 10A | 62 | 2D |
| Octal | 145 | 2 | 344 | 70 | 143 | 0 | 13 | 412 | 142 | 55 |
| Binary | 1100101 | 10 | 11100100 | 111000 | 1100011 | 0 | 1011 | 100001010 | 1100010 | 101101 |
Color Harmonies of #6502E4
Complementary color
Monochromatic Colors of #6502E4
Black with #6502E4
Text Example
Text Example
White with #6502E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6502E4; }
p { color: rgb(101,2,228); }
H1.HeaderClassName
{
color: #6502E4;
}
.AnyTagClassName
{
color: #6502E4;
}
</style>
background-color css
<style>
a { background-color: #6502E4; }
a { background-color: rgb(101,2,228); }
div.DivClassName
{
background-color: #6502E4;
}
.BgClassName
{
background-color: #6502E4;
}
</style>
border-color css
<style>
span { border-color: #6502E4; }
span { border-color: rgb(101,2,228); }
td.TdClassName
{
border-color: #6502E4;
}
.TagClassName
{
border-color: #6502E4;
}
</style>