Shades of Electric Indigo #630BFF
Tints of Electric Indigo #630BFF
RGB
CMYK
RGB Variations
Color information
#630BFF (or 0x630BFF) is known color: Electric Indigo. HEX triplet: 63, 0B and FF. RGB value is (99,11,255). Sum of RGB (Red+Green+Blue) = 99+11+255=365 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.12% from 365); Green value is 11 (4.69% from 255 or 3.01% from 365); Blue value is 255 (100% from 255 or 69.86% from 365); Max value from RGB is 255 - color contains mainly: blue. Hex color #630BFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #630BFF is #9CF400. Grayscale: #404040. Windows color (decimal): -10286081 or 16714595. OLE color: 16714595.
HSL color Cylindrical-coordinate representation of color #630BFF: hue angle of 261.64º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #630BFF is Cyan = 0.61, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 99 | 11 | 255 | - |
| CMYK | 0.61 | 0.96 | 0 | 0 |
| HSL | 261.64º | 1% | 0.52% | - |
| HSV(B) | 261.64º | 0.96% | 1% | - |
| XYZ | 23.32 | 10.11 | 95.33 | - |
| YUV | 65.13 | 235.15 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 11 | 255 | 0.61 | 0.96 | 0 | 0 | 261.64 | 1 | 0.52 |
| Hex | 63 | B | FF | 3D | 60 | 0 | 0 | 106 | 64 | 34 |
| Octal | 143 | 13 | 377 | 75 | 140 | 0 | 0 | 406 | 144 | 64 |
| Binary | 1100011 | 1011 | 11111111 | 111101 | 1100000 | 0 | 0 | 100000110 | 1100100 | 110100 |
Color Harmonies of #630BFF
Complementary color
Monochromatic Colors of #630BFF
Black with #630BFF
Text Example
Text Example
White with #630BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630BFF; }
p { color: rgb(99,11,255); }
H1.HeaderClassName
{
color: #630BFF;
}
.AnyTagClassName
{
color: #630BFF;
}
</style>
background-color css
<style>
a { background-color: #630BFF; }
a { background-color: rgb(99,11,255); }
div.DivClassName
{
background-color: #630BFF;
}
.BgClassName
{
background-color: #630BFF;
}
</style>
border-color css
<style>
span { border-color: #630BFF; }
span { border-color: rgb(99,11,255); }
td.TdClassName
{
border-color: #630BFF;
}
.TagClassName
{
border-color: #630BFF;
}
</style>