Shades of Electric Indigo #670DF2
Tints of Electric Indigo #670DF2
RGB
CMYK
RGB Variations
Color information
#670DF2 (or 0x670DF2) is known color: Electric Indigo. HEX triplet: 67, 0D and F2. RGB value is (103,13,242). Sum of RGB (Red+Green+Blue) = 103+13+242=358 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.77% from 358); Green value is 13 (5.47% from 255 or 3.63% from 358); Blue value is 242 (94.92% from 255 or 67.60% from 358); Max value from RGB is 242 - color contains mainly: blue. Hex color #670DF2 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #670DF2 is #98F20D. Grayscale: #414141. Windows color (decimal): -10023438 or 15863143. OLE color: 15863143.
HSL color Cylindrical-coordinate representation of color #670DF2: hue angle of 263.58º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #670DF2 is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 103 | 13 | 242 | - |
| CMYK | 0.57 | 0.95 | 0 | 0.05 |
| HSL | 263.58º | 0.9% | 0.5% | - |
| HSV(B) | 263.58º | 0.95% | 0.95% | - |
| XYZ | 21.76 | 9.58 | 84.71 | - |
| YUV | 66.02 | 227.32 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 13 | 242 | 0.57 | 0.95 | 0 | 0.05 | 263.58 | 0.9 | 0.5 |
| Hex | 67 | D | F2 | 39 | 5F | 0 | 5 | 108 | 5A | 32 |
| Octal | 147 | 15 | 362 | 71 | 137 | 0 | 5 | 410 | 132 | 62 |
| Binary | 1100111 | 1101 | 11110010 | 111001 | 1011111 | 0 | 101 | 100001000 | 1011010 | 110010 |
Color Harmonies of #670DF2
Complementary color
Monochromatic Colors of #670DF2
Black with #670DF2
Text Example
Text Example
White with #670DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670DF2; }
p { color: rgb(103,13,242); }
H1.HeaderClassName
{
color: #670DF2;
}
.AnyTagClassName
{
color: #670DF2;
}
</style>
background-color css
<style>
a { background-color: #670DF2; }
a { background-color: rgb(103,13,242); }
div.DivClassName
{
background-color: #670DF2;
}
.BgClassName
{
background-color: #670DF2;
}
</style>
border-color css
<style>
span { border-color: #670DF2; }
span { border-color: rgb(103,13,242); }
td.TdClassName
{
border-color: #670DF2;
}
.TagClassName
{
border-color: #670DF2;
}
</style>