Shades of Electric Indigo #6403E1
Tints of Electric Indigo #6403E1
RGB
CMYK
RGB Variations
Color information
#6403E1 (or 0x6403E1) is known color: Electric Indigo. HEX triplet: 64, 03 and E1. RGB value is (100,3,225). Sum of RGB (Red+Green+Blue) = 100+3+225=328 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.49% from 328); Green value is 3 (1.56% from 255 or 0.91% from 328); Blue value is 225 (88.28% from 255 or 68.60% from 328); Max value from RGB is 225 - color contains mainly: blue. Hex color #6403E1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6403E1 is #9BFC1E. Grayscale: #383838. Windows color (decimal): -10222623 or 14746468. OLE color: 14746468.
HSL color Cylindrical-coordinate representation of color #6403E1: hue angle of 266.22º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6403E1 is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 100 | 3 | 225 | - |
| CMYK | 0.56 | 0.99 | 0 | 0.12 |
| HSL | 266.22º | 0.97% | 0.45% | - |
| HSV(B) | 266.22º | 0.99% | 0.88% | - |
| XYZ | 18.88 | 8.21 | 71.82 | - |
| YUV | 57.31 | 222.64 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 3 | 225 | 0.56 | 0.99 | 0 | 0.12 | 266.22 | 0.97 | 0.45 |
| Hex | 64 | 3 | E1 | 38 | 63 | 0 | C | 10A | 61 | 2D |
| Octal | 144 | 3 | 341 | 70 | 143 | 0 | 14 | 412 | 141 | 55 |
| Binary | 1100100 | 11 | 11100001 | 111000 | 1100011 | 0 | 1100 | 100001010 | 1100001 | 101101 |
Color Harmonies of #6403E1
Complementary color
Monochromatic Colors of #6403E1
Black with #6403E1
Text Example
Text Example
White with #6403E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6403E1; }
p { color: rgb(100,3,225); }
H1.HeaderClassName
{
color: #6403E1;
}
.AnyTagClassName
{
color: #6403E1;
}
</style>
background-color css
<style>
a { background-color: #6403E1; }
a { background-color: rgb(100,3,225); }
div.DivClassName
{
background-color: #6403E1;
}
.BgClassName
{
background-color: #6403E1;
}
</style>
border-color css
<style>
span { border-color: #6403E1; }
span { border-color: rgb(100,3,225); }
td.TdClassName
{
border-color: #6403E1;
}
.TagClassName
{
border-color: #6403E1;
}
</style>