Shades of Electric Indigo #630BFD
Tints of Electric Indigo #630BFD
RGB
CMYK
RGB Variations
Color information
#630BFD (or 0x630BFD) is known color: Electric Indigo. HEX triplet: 63, 0B and FD. RGB value is (99,11,253). Sum of RGB (Red+Green+Blue) = 99+11+253=363 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.27% from 363); Green value is 11 (4.69% from 255 or 3.03% from 363); Blue value is 253 (99.22% from 255 or 69.70% from 363); Max value from RGB is 253 - color contains mainly: blue. Hex color #630BFD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #630BFD is #9CF402. Grayscale: #404040. Windows color (decimal): -10286083 or 16583523. OLE color: 16583523.
HSL color Cylindrical-coordinate representation of color #630BFD: hue angle of 261.82º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #630BFD is Cyan = 0.61, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 99 | 11 | 253 | - |
| CMYK | 0.61 | 0.96 | 0 | 0.01 |
| HSL | 261.82º | 0.98% | 0.52% | - |
| HSV(B) | 261.82º | 0.96% | 0.99% | - |
| XYZ | 22.99 | 9.98 | 93.64 | - |
| YUV | 64.9 | 234.15 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 11 | 253 | 0.61 | 0.96 | 0 | 0.01 | 261.82 | 0.98 | 0.52 |
| Hex | 63 | B | FD | 3D | 60 | 0 | 1 | 106 | 62 | 34 |
| Octal | 143 | 13 | 375 | 75 | 140 | 0 | 1 | 406 | 142 | 64 |
| Binary | 1100011 | 1011 | 11111101 | 111101 | 1100000 | 0 | 1 | 100000110 | 1100010 | 110100 |
Color Harmonies of #630BFD
Complementary color
Monochromatic Colors of #630BFD
Black with #630BFD
Text Example
Text Example
White with #630BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630BFD; }
p { color: rgb(99,11,253); }
H1.HeaderClassName
{
color: #630BFD;
}
.AnyTagClassName
{
color: #630BFD;
}
</style>
background-color css
<style>
a { background-color: #630BFD; }
a { background-color: rgb(99,11,253); }
div.DivClassName
{
background-color: #630BFD;
}
.BgClassName
{
background-color: #630BFD;
}
</style>
border-color css
<style>
span { border-color: #630BFD; }
span { border-color: rgb(99,11,253); }
td.TdClassName
{
border-color: #630BFD;
}
.TagClassName
{
border-color: #630BFD;
}
</style>