Shades of Electric Indigo #670BDB
Tints of Electric Indigo #670BDB
RGB
CMYK
RGB Variations
Color information
#670BDB (or 0x670BDB) is known color: Electric Indigo. HEX triplet: 67, 0B and DB. RGB value is (103,11,219). Sum of RGB (Red+Green+Blue) = 103+11+219=333 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.93% from 333); Green value is 11 (4.69% from 255 or 3.30% from 333); Blue value is 219 (85.94% from 255 or 65.77% from 333); Max value from RGB is 219 - color contains mainly: blue. Hex color #670BDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #670BDB is #98F424. Grayscale: #3D3D3D. Windows color (decimal): -10023973 or 14355303. OLE color: 14355303.
HSL color Cylindrical-coordinate representation of color #670BDB: hue angle of 266.54º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #670BDB is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 11 | 219 | - |
| CMYK | 0.53 | 0.95 | 0 | 0.14 |
| HSL | 266.54º | 0.9% | 0.45% | - |
| HSV(B) | 266.54º | 0.95% | 0.86% | - |
| XYZ | 18.5 | 8.24 | 67.63 | - |
| YUV | 62.22 | 216.48 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 11 | 219 | 0.53 | 0.95 | 0 | 0.14 | 266.54 | 0.9 | 0.45 |
| Hex | 67 | B | DB | 35 | 5F | 0 | E | 10B | 5A | 2D |
| Octal | 147 | 13 | 333 | 65 | 137 | 0 | 16 | 413 | 132 | 55 |
| Binary | 1100111 | 1011 | 11011011 | 110101 | 1011111 | 0 | 1110 | 100001011 | 1011010 | 101101 |
Color Harmonies of #670BDB
Complementary color
Monochromatic Colors of #670BDB
Black with #670BDB
Text Example
Text Example
White with #670BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670BDB; }
p { color: rgb(103,11,219); }
H1.HeaderClassName
{
color: #670BDB;
}
.AnyTagClassName
{
color: #670BDB;
}
</style>
background-color css
<style>
a { background-color: #670BDB; }
a { background-color: rgb(103,11,219); }
div.DivClassName
{
background-color: #670BDB;
}
.BgClassName
{
background-color: #670BDB;
}
</style>
border-color css
<style>
span { border-color: #670BDB; }
span { border-color: rgb(103,11,219); }
td.TdClassName
{
border-color: #670BDB;
}
.TagClassName
{
border-color: #670BDB;
}
</style>