Shades of Electric Indigo #630BFB
Tints of Electric Indigo #630BFB
RGB
CMYK
RGB Variations
Color information
#630BFB (or 0x630BFB) is known color: Electric Indigo. HEX triplet: 63, 0B and FB. RGB value is (99,11,251). Sum of RGB (Red+Green+Blue) = 99+11+251=361 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.42% from 361); Green value is 11 (4.69% from 255 or 3.05% from 361); Blue value is 251 (98.44% from 255 or 69.53% from 361); Max value from RGB is 251 - color contains mainly: blue. Hex color #630BFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #630BFB is #9CF404. Grayscale: #3F3F3F. Windows color (decimal): -10286085 or 16452451. OLE color: 16452451.
HSL color Cylindrical-coordinate representation of color #630BFB: hue angle of 262º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #630BFB is Cyan = 0.61, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 99 | 11 | 251 | - |
| CMYK | 0.61 | 0.96 | 0 | 0.02 |
| HSL | 262º | 0.97% | 0.51% | - |
| HSV(B) | 262º | 0.96% | 0.98% | - |
| XYZ | 22.68 | 9.86 | 91.97 | - |
| YUV | 64.67 | 233.15 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 11 | 251 | 0.61 | 0.96 | 0 | 0.02 | 262 | 0.97 | 0.51 |
| Hex | 63 | B | FB | 3D | 60 | 0 | 2 | 106 | 61 | 33 |
| Octal | 143 | 13 | 373 | 75 | 140 | 0 | 2 | 406 | 141 | 63 |
| Binary | 1100011 | 1011 | 11111011 | 111101 | 1100000 | 0 | 10 | 100000110 | 1100001 | 110011 |
Color Harmonies of #630BFB
Complementary color
Monochromatic Colors of #630BFB
Black with #630BFB
Text Example
Text Example
White with #630BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630BFB; }
p { color: rgb(99,11,251); }
H1.HeaderClassName
{
color: #630BFB;
}
.AnyTagClassName
{
color: #630BFB;
}
</style>
background-color css
<style>
a { background-color: #630BFB; }
a { background-color: rgb(99,11,251); }
div.DivClassName
{
background-color: #630BFB;
}
.BgClassName
{
background-color: #630BFB;
}
</style>
border-color css
<style>
span { border-color: #630BFB; }
span { border-color: rgb(99,11,251); }
td.TdClassName
{
border-color: #630BFB;
}
.TagClassName
{
border-color: #630BFB;
}
</style>