Shades of Electric Indigo #670FDD
Tints of Electric Indigo #670FDD
RGB
CMYK
RGB Variations
Color information
#670FDD (or 0x670FDD) is known color: Electric Indigo. HEX triplet: 67, 0F and DD. RGB value is (103,15,221). Sum of RGB (Red+Green+Blue) = 103+15+221=339 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.38% from 339); Green value is 15 (6.25% from 255 or 4.42% from 339); Blue value is 221 (86.72% from 255 or 65.19% from 339); Max value from RGB is 221 - color contains mainly: blue. Hex color #670FDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #670FDD is #98F022. Grayscale: #404040. Windows color (decimal): -10022947 or 14487399. OLE color: 14487399.
HSL color Cylindrical-coordinate representation of color #670FDD: hue angle of 265.63º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #670FDD is Cyan = 0.53, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 15 | 221 | - |
| CMYK | 0.53 | 0.93 | 0 | 0.13 |
| HSL | 265.63º | 0.87% | 0.46% | - |
| HSV(B) | 265.63º | 0.93% | 0.87% | - |
| XYZ | 18.82 | 8.45 | 69.05 | - |
| YUV | 64.8 | 216.15 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 15 | 221 | 0.53 | 0.93 | 0 | 0.13 | 265.63 | 0.87 | 0.46 |
| Hex | 67 | F | DD | 35 | 5D | 0 | D | 10A | 57 | 2E |
| Octal | 147 | 17 | 335 | 65 | 135 | 0 | 15 | 412 | 127 | 56 |
| Binary | 1100111 | 1111 | 11011101 | 110101 | 1011101 | 0 | 1101 | 100001010 | 1010111 | 101110 |
Color Harmonies of #670FDD
Complementary color
Monochromatic Colors of #670FDD
Black with #670FDD
Text Example
Text Example
White with #670FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670FDD; }
p { color: rgb(103,15,221); }
H1.HeaderClassName
{
color: #670FDD;
}
.AnyTagClassName
{
color: #670FDD;
}
</style>
background-color css
<style>
a { background-color: #670FDD; }
a { background-color: rgb(103,15,221); }
div.DivClassName
{
background-color: #670FDD;
}
.BgClassName
{
background-color: #670FDD;
}
</style>
border-color css
<style>
span { border-color: #670FDD; }
span { border-color: rgb(103,15,221); }
td.TdClassName
{
border-color: #670FDD;
}
.TagClassName
{
border-color: #670FDD;
}
</style>