Shades of Electric Indigo #670FFF
Tints of Electric Indigo #670FFF
RGB
CMYK
RGB Variations
Color information
#670FFF (or 0x670FFF) is known color: Electric Indigo. HEX triplet: 67, 0F and FF. RGB value is (103,15,255). Sum of RGB (Red+Green+Blue) = 103+15+255=373 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.61% from 373); Green value is 15 (6.25% from 255 or 4.02% from 373); Blue value is 255 (100% from 255 or 68.36% from 373); Max value from RGB is 255 - color contains mainly: blue. Hex color #670FFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #670FFF is #98F000. Grayscale: #434343. Windows color (decimal): -10022913 or 16715623. OLE color: 16715623.
HSL color Cylindrical-coordinate representation of color #670FFF: hue angle of 262º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #670FFF is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 103 | 15 | 255 | - |
| CMYK | 0.60 | 0.94 | 0 | 0 |
| HSL | 262º | 1% | 0.53% | - |
| HSV(B) | 262º | 0.94% | 1% | - |
| XYZ | 23.81 | 10.45 | 95.37 | - |
| YUV | 68.67 | 233.15 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 15 | 255 | 0.60 | 0.94 | 0 | 0 | 262 | 1 | 0.53 |
| Hex | 67 | F | FF | 3C | 5E | 0 | 0 | 106 | 64 | 35 |
| Octal | 147 | 17 | 377 | 74 | 136 | 0 | 0 | 406 | 144 | 65 |
| Binary | 1100111 | 1111 | 11111111 | 111100 | 1011110 | 0 | 0 | 100000110 | 1100100 | 110101 |
Color Harmonies of #670FFF
Complementary color
Monochromatic Colors of #670FFF
Black with #670FFF
Text Example
Text Example
White with #670FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670FFF; }
p { color: rgb(103,15,255); }
H1.HeaderClassName
{
color: #670FFF;
}
.AnyTagClassName
{
color: #670FFF;
}
</style>
background-color css
<style>
a { background-color: #670FFF; }
a { background-color: rgb(103,15,255); }
div.DivClassName
{
background-color: #670FFF;
}
.BgClassName
{
background-color: #670FFF;
}
</style>
border-color css
<style>
span { border-color: #670FFF; }
span { border-color: rgb(103,15,255); }
td.TdClassName
{
border-color: #670FFF;
}
.TagClassName
{
border-color: #670FFF;
}
</style>