Shades of Electric Indigo #630BEA
Tints of Electric Indigo #630BEA
RGB
CMYK
RGB Variations
Color information
#630BEA (or 0x630BEA) is known color: Electric Indigo. HEX triplet: 63, 0B and EA. RGB value is (99,11,234). Sum of RGB (Red+Green+Blue) = 99+11+234=344 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.78% from 344); Green value is 11 (4.69% from 255 or 3.20% from 344); Blue value is 234 (91.80% from 255 or 68.02% from 344); Max value from RGB is 234 - color contains mainly: blue. Hex color #630BEA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #630BEA is #9CF415. Grayscale: #3D3D3D. Windows color (decimal): -10286102 or 15338339. OLE color: 15338339.
HSL color Cylindrical-coordinate representation of color #630BEA: hue angle of 263.68º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #630BEA is Cyan = 0.58, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 99 | 11 | 234 | - |
| CMYK | 0.58 | 0.95 | 0 | 0.08 |
| HSL | 263.68º | 0.91% | 0.48% | - |
| HSV(B) | 263.68º | 0.95% | 0.92% | - |
| XYZ | 20.12 | 8.83 | 78.49 | - |
| YUV | 62.73 | 224.65 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 11 | 234 | 0.58 | 0.95 | 0 | 0.08 | 263.68 | 0.91 | 0.48 |
| Hex | 63 | B | EA | 3A | 5F | 0 | 8 | 108 | 5B | 30 |
| Octal | 143 | 13 | 352 | 72 | 137 | 0 | 10 | 410 | 133 | 60 |
| Binary | 1100011 | 1011 | 11101010 | 111010 | 1011111 | 0 | 1000 | 100001000 | 1011011 | 110000 |
Color Harmonies of #630BEA
Complementary color
Monochromatic Colors of #630BEA
Black with #630BEA
Text Example
Text Example
White with #630BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630BEA; }
p { color: rgb(99,11,234); }
H1.HeaderClassName
{
color: #630BEA;
}
.AnyTagClassName
{
color: #630BEA;
}
</style>
background-color css
<style>
a { background-color: #630BEA; }
a { background-color: rgb(99,11,234); }
div.DivClassName
{
background-color: #630BEA;
}
.BgClassName
{
background-color: #630BEA;
}
</style>
border-color css
<style>
span { border-color: #630BEA; }
span { border-color: rgb(99,11,234); }
td.TdClassName
{
border-color: #630BEA;
}
.TagClassName
{
border-color: #630BEA;
}
</style>