Shades of Electric Indigo #670DDB
Tints of Electric Indigo #670DDB
RGB
CMYK
RGB Variations
Color information
#670DDB (or 0x670DDB) is known color: Electric Indigo. HEX triplet: 67, 0D and DB. RGB value is (103,13,219). Sum of RGB (Red+Green+Blue) = 103+13+219=335 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.75% from 335); Green value is 13 (5.47% from 255 or 3.88% from 335); Blue value is 219 (85.94% from 255 or 65.37% from 335); Max value from RGB is 219 - color contains mainly: blue. Hex color #670DDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #670DDB is #98F224. Grayscale: #3E3E3E. Windows color (decimal): -10023461 or 14355815. OLE color: 14355815.
HSL color Cylindrical-coordinate representation of color #670DDB: hue angle of 266.21º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #670DDB is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 13 | 219 | - |
| CMYK | 0.53 | 0.94 | 0 | 0.14 |
| HSL | 266.21º | 0.89% | 0.45% | - |
| HSV(B) | 266.21º | 0.94% | 0.86% | - |
| XYZ | 18.52 | 8.29 | 67.64 | - |
| YUV | 63.39 | 215.82 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 13 | 219 | 0.53 | 0.94 | 0 | 0.14 | 266.21 | 0.89 | 0.45 |
| Hex | 67 | D | DB | 35 | 5E | 0 | E | 10A | 59 | 2D |
| Octal | 147 | 15 | 333 | 65 | 136 | 0 | 16 | 412 | 131 | 55 |
| Binary | 1100111 | 1101 | 11011011 | 110101 | 1011110 | 0 | 1110 | 100001010 | 1011001 | 101101 |
Color Harmonies of #670DDB
Complementary color
Monochromatic Colors of #670DDB
Black with #670DDB
Text Example
Text Example
White with #670DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670DDB; }
p { color: rgb(103,13,219); }
H1.HeaderClassName
{
color: #670DDB;
}
.AnyTagClassName
{
color: #670DDB;
}
</style>
background-color css
<style>
a { background-color: #670DDB; }
a { background-color: rgb(103,13,219); }
div.DivClassName
{
background-color: #670DDB;
}
.BgClassName
{
background-color: #670DDB;
}
</style>
border-color css
<style>
span { border-color: #670DDB; }
span { border-color: rgb(103,13,219); }
td.TdClassName
{
border-color: #670DDB;
}
.TagClassName
{
border-color: #670DDB;
}
</style>