Shades of Electric Indigo #670FED
Tints of Electric Indigo #670FED
RGB
CMYK
RGB Variations
Color information
#670FED (or 0x670FED) is known color: Electric Indigo. HEX triplet: 67, 0F and ED. RGB value is (103,15,237). Sum of RGB (Red+Green+Blue) = 103+15+237=355 (47% of max value = 765). Red value is 103 (40.62% from 255 or 29.01% from 355); Green value is 15 (6.25% from 255 or 4.23% from 355); Blue value is 237 (92.97% from 255 or 66.76% from 355); Max value from RGB is 237 - color contains mainly: blue. Hex color #670FED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #670FED is #98F012. Grayscale: #414141. Windows color (decimal): -10022931 or 15535975. OLE color: 15535975.
HSL color Cylindrical-coordinate representation of color #670FED: hue angle of 263.78º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #670FED is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 103 | 15 | 237 | - |
| CMYK | 0.57 | 0.94 | 0 | 0.07 |
| HSL | 263.78º | 0.88% | 0.49% | - |
| HSV(B) | 263.78º | 0.94% | 0.93% | - |
| XYZ | 21.05 | 9.34 | 80.81 | - |
| YUV | 66.62 | 224.15 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 15 | 237 | 0.57 | 0.94 | 0 | 0.07 | 263.78 | 0.88 | 0.49 |
| Hex | 67 | F | ED | 39 | 5E | 0 | 7 | 108 | 58 | 31 |
| Octal | 147 | 17 | 355 | 71 | 136 | 0 | 7 | 410 | 130 | 61 |
| Binary | 1100111 | 1111 | 11101101 | 111001 | 1011110 | 0 | 111 | 100001000 | 1011000 | 110001 |
Color Harmonies of #670FED
Complementary color
Monochromatic Colors of #670FED
Black with #670FED
Text Example
Text Example
White with #670FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670FED; }
p { color: rgb(103,15,237); }
H1.HeaderClassName
{
color: #670FED;
}
.AnyTagClassName
{
color: #670FED;
}
</style>
background-color css
<style>
a { background-color: #670FED; }
a { background-color: rgb(103,15,237); }
div.DivClassName
{
background-color: #670FED;
}
.BgClassName
{
background-color: #670FED;
}
</style>
border-color css
<style>
span { border-color: #670FED; }
span { border-color: rgb(103,15,237); }
td.TdClassName
{
border-color: #670FED;
}
.TagClassName
{
border-color: #670FED;
}
</style>