Shades of Electric Indigo #620BED
Tints of Electric Indigo #620BED
RGB
CMYK
RGB Variations
Color information
#620BED (or 0x620BED) is known color: Electric Indigo. HEX triplet: 62, 0B and ED. RGB value is (98,11,237). Sum of RGB (Red+Green+Blue) = 98+11+237=346 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.32% from 346); Green value is 11 (4.69% from 255 or 3.18% from 346); Blue value is 237 (92.97% from 255 or 68.50% from 346); Max value from RGB is 237 - color contains mainly: blue. Hex color #620BED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #620BED is #9DF412. Grayscale: #3D3D3D. Windows color (decimal): -10351635 or 15534946. OLE color: 15534946.
HSL color Cylindrical-coordinate representation of color #620BED: hue angle of 263.1º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #620BED is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 98 | 11 | 237 | - |
| CMYK | 0.59 | 0.95 | 0 | 0.07 |
| HSL | 263.1º | 0.91% | 0.49% | - |
| HSV(B) | 263.1º | 0.95% | 0.93% | - |
| XYZ | 20.44 | 8.95 | 80.77 | - |
| YUV | 62.78 | 226.32 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 11 | 237 | 0.59 | 0.95 | 0 | 0.07 | 263.1 | 0.91 | 0.49 |
| Hex | 62 | B | ED | 3B | 5F | 0 | 7 | 107 | 5B | 31 |
| Octal | 142 | 13 | 355 | 73 | 137 | 0 | 7 | 407 | 133 | 61 |
| Binary | 1100010 | 1011 | 11101101 | 111011 | 1011111 | 0 | 111 | 100000111 | 1011011 | 110001 |
Color Harmonies of #620BED
Complementary color
Monochromatic Colors of #620BED
Black with #620BED
Text Example
Text Example
White with #620BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620BED; }
p { color: rgb(98,11,237); }
H1.HeaderClassName
{
color: #620BED;
}
.AnyTagClassName
{
color: #620BED;
}
</style>
background-color css
<style>
a { background-color: #620BED; }
a { background-color: rgb(98,11,237); }
div.DivClassName
{
background-color: #620BED;
}
.BgClassName
{
background-color: #620BED;
}
</style>
border-color css
<style>
span { border-color: #620BED; }
span { border-color: rgb(98,11,237); }
td.TdClassName
{
border-color: #620BED;
}
.TagClassName
{
border-color: #620BED;
}
</style>