Shades of Electric Indigo #6403D4
Tints of Electric Indigo #6403D4
RGB
CMYK
RGB Variations
Color information
#6403D4 (or 0x6403D4) is known color: Electric Indigo. HEX triplet: 64, 03 and D4. RGB value is (100,3,212). Sum of RGB (Red+Green+Blue) = 100+3+212=315 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.75% from 315); Green value is 3 (1.56% from 255 or 0.95% from 315); Blue value is 212 (83.20% from 255 or 67.30% from 315); Max value from RGB is 212 - color contains mainly: blue. Hex color #6403D4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6403D4 is #9BFC2B. Grayscale: #373737. Windows color (decimal): -10222636 or 13894500. OLE color: 13894500.
HSL color Cylindrical-coordinate representation of color #6403D4: hue angle of 267.85º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6403D4 is Cyan = 0.53, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 100 | 3 | 212 | - |
| CMYK | 0.53 | 0.99 | 0 | 0.17 |
| HSL | 267.85º | 0.97% | 0.42% | - |
| HSV(B) | 267.85º | 0.99% | 0.83% | - |
| XYZ | 17.17 | 7.53 | 62.84 | - |
| YUV | 55.83 | 216.14 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 3 | 212 | 0.53 | 0.99 | 0 | 0.17 | 267.85 | 0.97 | 0.42 |
| Hex | 64 | 3 | D4 | 35 | 63 | 0 | 11 | 10C | 61 | 2A |
| Octal | 144 | 3 | 324 | 65 | 143 | 0 | 21 | 414 | 141 | 52 |
| Binary | 1100100 | 11 | 11010100 | 110101 | 1100011 | 0 | 10001 | 100001100 | 1100001 | 101010 |
Color Harmonies of #6403D4
Complementary color
Monochromatic Colors of #6403D4
Black with #6403D4
Text Example
Text Example
White with #6403D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6403D4; }
p { color: rgb(100,3,212); }
H1.HeaderClassName
{
color: #6403D4;
}
.AnyTagClassName
{
color: #6403D4;
}
</style>
background-color css
<style>
a { background-color: #6403D4; }
a { background-color: rgb(100,3,212); }
div.DivClassName
{
background-color: #6403D4;
}
.BgClassName
{
background-color: #6403D4;
}
</style>
border-color css
<style>
span { border-color: #6403D4; }
span { border-color: rgb(100,3,212); }
td.TdClassName
{
border-color: #6403D4;
}
.TagClassName
{
border-color: #6403D4;
}
</style>