Shades of Electric Indigo #6302FA
Tints of Electric Indigo #6302FA
RGB
CMYK
RGB Variations
Color information
#6302FA (or 0x6302FA) is known color: Electric Indigo. HEX triplet: 63, 02 and FA. RGB value is (99,2,250). Sum of RGB (Red+Green+Blue) = 99+2+250=351 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.21% from 351); Green value is 2 (1.17% from 255 or 0.57% from 351); Blue value is 250 (98.05% from 255 or 71.23% from 351); Max value from RGB is 250 - color contains mainly: blue. Hex color #6302FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6302FA is #9CFD05. Grayscale: #3A3A3A. Windows color (decimal): -10288390 or 16384611. OLE color: 16384611.
HSL color Cylindrical-coordinate representation of color #6302FA: hue angle of 263.47º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6302FA is Cyan = 0.60, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 99 | 2 | 250 | - |
| CMYK | 0.60 | 0.99 | 0 | 0.02 |
| HSL | 263.47º | 0.98% | 0.49% | - |
| HSV(B) | 263.47º | 0.99% | 0.98% | - |
| XYZ | 22.42 | 9.6 | 91.11 | - |
| YUV | 59.28 | 235.64 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 2 | 250 | 0.60 | 0.99 | 0 | 0.02 | 263.47 | 0.98 | 0.49 |
| Hex | 63 | 2 | FA | 3C | 63 | 0 | 2 | 107 | 62 | 31 |
| Octal | 143 | 2 | 372 | 74 | 143 | 0 | 2 | 407 | 142 | 61 |
| Binary | 1100011 | 10 | 11111010 | 111100 | 1100011 | 0 | 10 | 100000111 | 1100010 | 110001 |
Color Harmonies of #6302FA
Complementary color
Monochromatic Colors of #6302FA
Black with #6302FA
Text Example
Text Example
White with #6302FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6302FA; }
p { color: rgb(99,2,250); }
H1.HeaderClassName
{
color: #6302FA;
}
.AnyTagClassName
{
color: #6302FA;
}
</style>
background-color css
<style>
a { background-color: #6302FA; }
a { background-color: rgb(99,2,250); }
div.DivClassName
{
background-color: #6302FA;
}
.BgClassName
{
background-color: #6302FA;
}
</style>
border-color css
<style>
span { border-color: #6302FA; }
span { border-color: rgb(99,2,250); }
td.TdClassName
{
border-color: #6302FA;
}
.TagClassName
{
border-color: #6302FA;
}
</style>