Shades of Electric Indigo #6301D1
Tints of Electric Indigo #6301D1
RGB
CMYK
RGB Variations
Color information
#6301D1 (or 0x6301D1) is known color: Electric Indigo. HEX triplet: 63, 01 and D1. RGB value is (99,1,209). Sum of RGB (Red+Green+Blue) = 99+1+209=309 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.04% from 309); Green value is 1 (0.78% from 255 or 0.32% from 309); Blue value is 209 (82.03% from 255 or 67.64% from 309); Max value from RGB is 209 - color contains mainly: blue. Hex color #6301D1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6301D1 is #9CFE2E. Grayscale: #353535. Windows color (decimal): -10288687 or 13697379. OLE color: 13697379.
HSL color Cylindrical-coordinate representation of color #6301D1: hue angle of 268.27º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6301D1 is Cyan = 0.53, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 99 | 1 | 209 | - |
| CMYK | 0.53 | 1.00 | 0 | 0.18 |
| HSL | 268.27º | 0.99% | 0.41% | - |
| HSV(B) | 268.27º | 1% | 0.82% | - |
| XYZ | 16.67 | 7.28 | 60.85 | - |
| YUV | 54.01 | 215.47 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 1 | 209 | 0.53 | 1.00 | 0 | 0.18 | 268.27 | 0.99 | 0.41 |
| Hex | 63 | 1 | D1 | 35 | 64 | 0 | 12 | 10C | 63 | 29 |
| Octal | 143 | 1 | 321 | 65 | 144 | 0 | 22 | 414 | 143 | 51 |
| Binary | 1100011 | 1 | 11010001 | 110101 | 1100100 | 0 | 10010 | 100001100 | 1100011 | 101001 |
Color Harmonies of #6301D1
Complementary color
Monochromatic Colors of #6301D1
Black with #6301D1
Text Example
Text Example
White with #6301D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6301D1; }
p { color: rgb(99,1,209); }
H1.HeaderClassName
{
color: #6301D1;
}
.AnyTagClassName
{
color: #6301D1;
}
</style>
background-color css
<style>
a { background-color: #6301D1; }
a { background-color: rgb(99,1,209); }
div.DivClassName
{
background-color: #6301D1;
}
.BgClassName
{
background-color: #6301D1;
}
</style>
border-color css
<style>
span { border-color: #6301D1; }
span { border-color: rgb(99,1,209); }
td.TdClassName
{
border-color: #6301D1;
}
.TagClassName
{
border-color: #6301D1;
}
</style>