Shades of Electric Indigo #6503E7
Tints of Electric Indigo #6503E7
RGB
CMYK
RGB Variations
Color information
#6503E7 (or 0x6503E7) is known color: Electric Indigo. HEX triplet: 65, 03 and E7. RGB value is (101,3,231). Sum of RGB (Red+Green+Blue) = 101+3+231=335 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.15% from 335); Green value is 3 (1.56% from 255 or 0.90% from 335); Blue value is 231 (90.62% from 255 or 68.96% from 335); Max value from RGB is 231 - color contains mainly: blue. Hex color #6503E7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6503E7 is #9AFC18. Grayscale: #393939. Windows color (decimal): -10157081 or 15139685. OLE color: 15139685.
HSL color Cylindrical-coordinate representation of color #6503E7: hue angle of 265.79º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6503E7 is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 101 | 3 | 231 | - |
| CMYK | 0.56 | 0.99 | 0 | 0.09 |
| HSL | 265.79º | 0.97% | 0.46% | - |
| HSV(B) | 265.79º | 0.99% | 0.91% | - |
| XYZ | 19.82 | 8.6 | 76.22 | - |
| YUV | 58.29 | 225.47 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 3 | 231 | 0.56 | 0.99 | 0 | 0.09 | 265.79 | 0.97 | 0.46 |
| Hex | 65 | 3 | E7 | 38 | 63 | 0 | 9 | 10A | 61 | 2E |
| Octal | 145 | 3 | 347 | 70 | 143 | 0 | 11 | 412 | 141 | 56 |
| Binary | 1100101 | 11 | 11100111 | 111000 | 1100011 | 0 | 1001 | 100001010 | 1100001 | 101110 |
Color Harmonies of #6503E7
Complementary color
Monochromatic Colors of #6503E7
Black with #6503E7
Text Example
Text Example
White with #6503E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6503E7; }
p { color: rgb(101,3,231); }
H1.HeaderClassName
{
color: #6503E7;
}
.AnyTagClassName
{
color: #6503E7;
}
</style>
background-color css
<style>
a { background-color: #6503E7; }
a { background-color: rgb(101,3,231); }
div.DivClassName
{
background-color: #6503E7;
}
.BgClassName
{
background-color: #6503E7;
}
</style>
border-color css
<style>
span { border-color: #6503E7; }
span { border-color: rgb(101,3,231); }
td.TdClassName
{
border-color: #6503E7;
}
.TagClassName
{
border-color: #6503E7;
}
</style>