Shades of Electric Indigo #670DDA
Tints of Electric Indigo #670DDA
RGB
CMYK
RGB Variations
Color information
#670DDA (or 0x670DDA) is known color: Electric Indigo. HEX triplet: 67, 0D and DA. RGB value is (103,13,218). Sum of RGB (Red+Green+Blue) = 103+13+218=334 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.84% from 334); Green value is 13 (5.47% from 255 or 3.89% from 334); Blue value is 218 (85.55% from 255 or 65.27% from 334); Max value from RGB is 218 - color contains mainly: blue. Hex color #670DDA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #670DDA is #98F225. Grayscale: #3E3E3E. Windows color (decimal): -10023462 or 14290279. OLE color: 14290279.
HSL color Cylindrical-coordinate representation of color #670DDA: hue angle of 266.34º degrees, saturation: 0.89, 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 #670DDA is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 103 | 13 | 218 | - |
| CMYK | 0.53 | 0.94 | 0 | 0.15 |
| HSL | 266.34º | 0.89% | 0.45% | - |
| HSV(B) | 266.34º | 0.94% | 0.85% | - |
| XYZ | 18.39 | 8.23 | 66.95 | - |
| YUV | 63.28 | 215.32 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 13 | 218 | 0.53 | 0.94 | 0 | 0.15 | 266.34 | 0.89 | 0.45 |
| Hex | 67 | D | DA | 35 | 5E | 0 | F | 10A | 59 | 2D |
| Octal | 147 | 15 | 332 | 65 | 136 | 0 | 17 | 412 | 131 | 55 |
| Binary | 1100111 | 1101 | 11011010 | 110101 | 1011110 | 0 | 1111 | 100001010 | 1011001 | 101101 |
Color Harmonies of #670DDA
Complementary color
Monochromatic Colors of #670DDA
Black with #670DDA
Text Example
Text Example
White with #670DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670DDA; }
p { color: rgb(103,13,218); }
H1.HeaderClassName
{
color: #670DDA;
}
.AnyTagClassName
{
color: #670DDA;
}
</style>
background-color css
<style>
a { background-color: #670DDA; }
a { background-color: rgb(103,13,218); }
div.DivClassName
{
background-color: #670DDA;
}
.BgClassName
{
background-color: #670DDA;
}
</style>
border-color css
<style>
span { border-color: #670DDA; }
span { border-color: rgb(103,13,218); }
td.TdClassName
{
border-color: #670DDA;
}
.TagClassName
{
border-color: #670DDA;
}
</style>