Shades of Electric Indigo #670CDB
Tints of Electric Indigo #670CDB
RGB
CMYK
RGB Variations
Color information
#670CDB (or 0x670CDB) is known color: Electric Indigo. HEX triplet: 67, 0C and DB. RGB value is (103,12,219). Sum of RGB (Red+Green+Blue) = 103+12+219=334 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.84% from 334); Green value is 12 (5.08% from 255 or 3.59% from 334); Blue value is 219 (85.94% from 255 or 65.57% from 334); Max value from RGB is 219 - color contains mainly: blue. Hex color #670CDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #670CDB is #98F324. Grayscale: #3E3E3E. Windows color (decimal): -10023717 or 14355559. OLE color: 14355559.
HSL color Cylindrical-coordinate representation of color #670CDB: hue angle of 266.38º 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 #670CDB is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 12 | 219 | - |
| CMYK | 0.53 | 0.95 | 0 | 0.14 |
| HSL | 266.38º | 0.9% | 0.45% | - |
| HSV(B) | 266.38º | 0.95% | 0.86% | - |
| XYZ | 18.51 | 8.26 | 67.64 | - |
| YUV | 62.81 | 216.15 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 12 | 219 | 0.53 | 0.95 | 0 | 0.14 | 266.38 | 0.9 | 0.45 |
| Hex | 67 | C | DB | 35 | 5F | 0 | E | 10A | 5A | 2D |
| Octal | 147 | 14 | 333 | 65 | 137 | 0 | 16 | 412 | 132 | 55 |
| Binary | 1100111 | 1100 | 11011011 | 110101 | 1011111 | 0 | 1110 | 100001010 | 1011010 | 101101 |
Color Harmonies of #670CDB
Complementary color
Monochromatic Colors of #670CDB
Black with #670CDB
Text Example
Text Example
White with #670CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670CDB; }
p { color: rgb(103,12,219); }
H1.HeaderClassName
{
color: #670CDB;
}
.AnyTagClassName
{
color: #670CDB;
}
</style>
background-color css
<style>
a { background-color: #670CDB; }
a { background-color: rgb(103,12,219); }
div.DivClassName
{
background-color: #670CDB;
}
.BgClassName
{
background-color: #670CDB;
}
</style>
border-color css
<style>
span { border-color: #670CDB; }
span { border-color: rgb(103,12,219); }
td.TdClassName
{
border-color: #670CDB;
}
.TagClassName
{
border-color: #670CDB;
}
</style>