Shades of Electric Indigo #670EDA
Tints of Electric Indigo #670EDA
RGB
CMYK
RGB Variations
Color information
#670EDA (or 0x670EDA) is known color: Electric Indigo. HEX triplet: 67, 0E and DA. RGB value is (103,14,218). Sum of RGB (Red+Green+Blue) = 103+14+218=335 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.75% from 335); Green value is 14 (5.86% from 255 or 4.18% from 335); Blue value is 218 (85.55% from 255 or 65.07% from 335); Max value from RGB is 218 - color contains mainly: blue. Hex color #670EDA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #670EDA is #98F125. Grayscale: #3F3F3F. Windows color (decimal): -10023206 or 14290535. OLE color: 14290535.
HSL color Cylindrical-coordinate representation of color #670EDA: hue angle of 266.18º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #670EDA is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 103 | 14 | 218 | - |
| CMYK | 0.53 | 0.94 | 0 | 0.15 |
| HSL | 266.18º | 0.88% | 0.45% | - |
| HSV(B) | 266.18º | 0.94% | 0.85% | - |
| XYZ | 18.41 | 8.26 | 66.95 | - |
| YUV | 63.87 | 214.99 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 14 | 218 | 0.53 | 0.94 | 0 | 0.15 | 266.18 | 0.88 | 0.45 |
| Hex | 67 | E | DA | 35 | 5E | 0 | F | 10A | 58 | 2D |
| Octal | 147 | 16 | 332 | 65 | 136 | 0 | 17 | 412 | 130 | 55 |
| Binary | 1100111 | 1110 | 11011010 | 110101 | 1011110 | 0 | 1111 | 100001010 | 1011000 | 101101 |
Color Harmonies of #670EDA
Complementary color
Monochromatic Colors of #670EDA
Black with #670EDA
Text Example
Text Example
White with #670EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670EDA; }
p { color: rgb(103,14,218); }
H1.HeaderClassName
{
color: #670EDA;
}
.AnyTagClassName
{
color: #670EDA;
}
</style>
background-color css
<style>
a { background-color: #670EDA; }
a { background-color: rgb(103,14,218); }
div.DivClassName
{
background-color: #670EDA;
}
.BgClassName
{
background-color: #670EDA;
}
</style>
border-color css
<style>
span { border-color: #670EDA; }
span { border-color: rgb(103,14,218); }
td.TdClassName
{
border-color: #670EDA;
}
.TagClassName
{
border-color: #670EDA;
}
</style>