Shades of Electric Indigo #670BDC
Tints of Electric Indigo #670BDC
RGB
CMYK
RGB Variations
Color information
#670BDC (or 0x670BDC) is known color: Electric Indigo. HEX triplet: 67, 0B and DC. RGB value is (103,11,220). Sum of RGB (Red+Green+Blue) = 103+11+220=334 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.84% from 334); Green value is 11 (4.69% from 255 or 3.29% from 334); Blue value is 220 (86.33% from 255 or 65.87% from 334); Max value from RGB is 220 - color contains mainly: blue. Hex color #670BDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #670BDC is #98F423. Grayscale: #3D3D3D. Windows color (decimal): -10023972 or 14420839. OLE color: 14420839.
HSL color Cylindrical-coordinate representation of color #670BDC: hue angle of 266.41º 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 #670BDC is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 11 | 220 | - |
| CMYK | 0.53 | 0.95 | 0 | 0.14 |
| HSL | 266.41º | 0.9% | 0.45% | - |
| HSV(B) | 266.41º | 0.95% | 0.86% | - |
| XYZ | 18.63 | 8.29 | 68.33 | - |
| YUV | 62.33 | 216.98 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 11 | 220 | 0.53 | 0.95 | 0 | 0.14 | 266.41 | 0.9 | 0.45 |
| Hex | 67 | B | DC | 35 | 5F | 0 | E | 10A | 5A | 2D |
| Octal | 147 | 13 | 334 | 65 | 137 | 0 | 16 | 412 | 132 | 55 |
| Binary | 1100111 | 1011 | 11011100 | 110101 | 1011111 | 0 | 1110 | 100001010 | 1011010 | 101101 |
Color Harmonies of #670BDC
Complementary color
Monochromatic Colors of #670BDC
Black with #670BDC
Text Example
Text Example
White with #670BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670BDC; }
p { color: rgb(103,11,220); }
H1.HeaderClassName
{
color: #670BDC;
}
.AnyTagClassName
{
color: #670BDC;
}
</style>
background-color css
<style>
a { background-color: #670BDC; }
a { background-color: rgb(103,11,220); }
div.DivClassName
{
background-color: #670BDC;
}
.BgClassName
{
background-color: #670BDC;
}
</style>
border-color css
<style>
span { border-color: #670BDC; }
span { border-color: rgb(103,11,220); }
td.TdClassName
{
border-color: #670BDC;
}
.TagClassName
{
border-color: #670BDC;
}
</style>