Shades of Electric Indigo #6503F1
Tints of Electric Indigo #6503F1
RGB
CMYK
RGB Variations
Color information
#6503F1 (or 0x6503F1) is known color: Electric Indigo. HEX triplet: 65, 03 and F1. RGB value is (101,3,241). Sum of RGB (Red+Green+Blue) = 101+3+241=345 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.28% from 345); Green value is 3 (1.56% from 255 or 0.87% from 345); Blue value is 241 (94.53% from 255 or 69.86% from 345); Max value from RGB is 241 - color contains mainly: blue. Hex color #6503F1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6503F1 is #9AFC0E. Grayscale: #3A3A3A. Windows color (decimal): -10157071 or 15795045. OLE color: 15795045.
HSL color Cylindrical-coordinate representation of color #6503F1: hue angle of 264.71º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6503F1 is Cyan = 0.58, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 101 | 3 | 241 | - |
| CMYK | 0.58 | 0.99 | 0 | 0.05 |
| HSL | 264.71º | 0.98% | 0.48% | - |
| HSV(B) | 264.71º | 0.99% | 0.95% | - |
| XYZ | 21.28 | 9.18 | 83.87 | - |
| YUV | 59.43 | 230.47 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 3 | 241 | 0.58 | 0.99 | 0 | 0.05 | 264.71 | 0.98 | 0.48 |
| Hex | 65 | 3 | F1 | 3A | 63 | 0 | 5 | 109 | 62 | 30 |
| Octal | 145 | 3 | 361 | 72 | 143 | 0 | 5 | 411 | 142 | 60 |
| Binary | 1100101 | 11 | 11110001 | 111010 | 1100011 | 0 | 101 | 100001001 | 1100010 | 110000 |
Color Harmonies of #6503F1
Complementary color
Monochromatic Colors of #6503F1
Black with #6503F1
Text Example
Text Example
White with #6503F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6503F1; }
p { color: rgb(101,3,241); }
H1.HeaderClassName
{
color: #6503F1;
}
.AnyTagClassName
{
color: #6503F1;
}
</style>
background-color css
<style>
a { background-color: #6503F1; }
a { background-color: rgb(101,3,241); }
div.DivClassName
{
background-color: #6503F1;
}
.BgClassName
{
background-color: #6503F1;
}
</style>
border-color css
<style>
span { border-color: #6503F1; }
span { border-color: rgb(101,3,241); }
td.TdClassName
{
border-color: #6503F1;
}
.TagClassName
{
border-color: #6503F1;
}
</style>