Shades of Electric Indigo #620CFF
Tints of Electric Indigo #620CFF
RGB
CMYK
RGB Variations
Color information
#620CFF (or 0x620CFF) is known color: Electric Indigo. HEX triplet: 62, 0C and FF. RGB value is (98,12,255). Sum of RGB (Red+Green+Blue) = 98+12+255=365 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.85% from 365); Green value is 12 (5.08% from 255 or 3.29% from 365); Blue value is 255 (100% from 255 or 69.86% from 365); Max value from RGB is 255 - color contains mainly: blue. Hex color #620CFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #620CFF is #9DF300. Grayscale: #404040. Windows color (decimal): -10351361 or 16714850. OLE color: 16714850.
HSL color Cylindrical-coordinate representation of color #620CFF: hue angle of 261.23º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #620CFF is Cyan = 0.62, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 98 | 12 | 255 | - |
| CMYK | 0.62 | 0.95 | 0 | 0 |
| HSL | 261.23º | 1% | 0.52% | - |
| HSV(B) | 261.23º | 0.95% | 1% | - |
| XYZ | 23.22 | 10.08 | 95.33 | - |
| YUV | 65.42 | 234.99 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 12 | 255 | 0.62 | 0.95 | 0 | 0 | 261.23 | 1 | 0.52 |
| Hex | 62 | C | FF | 3E | 5F | 0 | 0 | 105 | 64 | 34 |
| Octal | 142 | 14 | 377 | 76 | 137 | 0 | 0 | 405 | 144 | 64 |
| Binary | 1100010 | 1100 | 11111111 | 111110 | 1011111 | 0 | 0 | 100000101 | 1100100 | 110100 |
Color Harmonies of #620CFF
Complementary color
Monochromatic Colors of #620CFF
Black with #620CFF
Text Example
Text Example
White with #620CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620CFF; }
p { color: rgb(98,12,255); }
H1.HeaderClassName
{
color: #620CFF;
}
.AnyTagClassName
{
color: #620CFF;
}
</style>
background-color css
<style>
a { background-color: #620CFF; }
a { background-color: rgb(98,12,255); }
div.DivClassName
{
background-color: #620CFF;
}
.BgClassName
{
background-color: #620CFF;
}
</style>
border-color css
<style>
span { border-color: #620CFF; }
span { border-color: rgb(98,12,255); }
td.TdClassName
{
border-color: #620CFF;
}
.TagClassName
{
border-color: #620CFF;
}
</style>