Shades of Electric Indigo #630CFF
Tints of Electric Indigo #630CFF
RGB
CMYK
RGB Variations
Color information
#630CFF (or 0x630CFF) is known color: Electric Indigo. HEX triplet: 63, 0C and FF. RGB value is (99,12,255). Sum of RGB (Red+Green+Blue) = 99+12+255=366 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.05% from 366); Green value is 12 (5.08% from 255 or 3.28% from 366); Blue value is 255 (100% from 255 or 69.67% from 366); Max value from RGB is 255 - color contains mainly: blue. Hex color #630CFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #630CFF is #9CF300. Grayscale: #404040. Windows color (decimal): -10285825 or 16714851. OLE color: 16714851.
HSL color Cylindrical-coordinate representation of color #630CFF: hue angle of 261.48º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #630CFF is Cyan = 0.61, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 99 | 12 | 255 | - |
| CMYK | 0.61 | 0.95 | 0 | 0 |
| HSL | 261.48º | 1% | 0.52% | - |
| HSV(B) | 261.48º | 0.95% | 1% | - |
| XYZ | 23.33 | 10.14 | 95.33 | - |
| YUV | 65.72 | 234.82 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 12 | 255 | 0.61 | 0.95 | 0 | 0 | 261.48 | 1 | 0.52 |
| Hex | 63 | C | FF | 3D | 5F | 0 | 0 | 105 | 64 | 34 |
| Octal | 143 | 14 | 377 | 75 | 137 | 0 | 0 | 405 | 144 | 64 |
| Binary | 1100011 | 1100 | 11111111 | 111101 | 1011111 | 0 | 0 | 100000101 | 1100100 | 110100 |
Color Harmonies of #630CFF
Complementary color
Monochromatic Colors of #630CFF
Black with #630CFF
Text Example
Text Example
White with #630CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630CFF; }
p { color: rgb(99,12,255); }
H1.HeaderClassName
{
color: #630CFF;
}
.AnyTagClassName
{
color: #630CFF;
}
</style>
background-color css
<style>
a { background-color: #630CFF; }
a { background-color: rgb(99,12,255); }
div.DivClassName
{
background-color: #630CFF;
}
.BgClassName
{
background-color: #630CFF;
}
</style>
border-color css
<style>
span { border-color: #630CFF; }
span { border-color: rgb(99,12,255); }
td.TdClassName
{
border-color: #630CFF;
}
.TagClassName
{
border-color: #630CFF;
}
</style>