Shades of Electric Indigo #6303E5
Tints of Electric Indigo #6303E5
RGB
CMYK
RGB Variations
Color information
#6303E5 (or 0x6303E5) is known color: Electric Indigo. HEX triplet: 63, 03 and E5. RGB value is (99,3,229). Sum of RGB (Red+Green+Blue) = 99+3+229=331 (43% of max value = 765). Red value is 99 (39.06% from 255 or 29.91% from 331); Green value is 3 (1.56% from 255 or 0.91% from 331); Blue value is 229 (89.84% from 255 or 69.18% from 331); Max value from RGB is 229 - color contains mainly: blue. Hex color #6303E5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6303E5 is #9CFC1A. Grayscale: #383838. Windows color (decimal): -10288155 or 15008611. OLE color: 15008611.
HSL color Cylindrical-coordinate representation of color #6303E5: hue angle of 265.49º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6303E5 is Cyan = 0.57, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 99 | 3 | 229 | - |
| CMYK | 0.57 | 0.99 | 0 | 0.10 |
| HSL | 265.49º | 0.97% | 0.45% | - |
| HSV(B) | 265.49º | 0.99% | 0.9% | - |
| XYZ | 19.32 | 8.37 | 74.73 | - |
| YUV | 57.47 | 224.8 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 3 | 229 | 0.57 | 0.99 | 0 | 0.10 | 265.49 | 0.97 | 0.45 |
| Hex | 63 | 3 | E5 | 39 | 63 | 0 | A | 109 | 61 | 2D |
| Octal | 143 | 3 | 345 | 71 | 143 | 0 | 12 | 411 | 141 | 55 |
| Binary | 1100011 | 11 | 11100101 | 111001 | 1100011 | 0 | 1010 | 100001001 | 1100001 | 101101 |
Color Harmonies of #6303E5
Complementary color
Monochromatic Colors of #6303E5
Black with #6303E5
Text Example
Text Example
White with #6303E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6303E5; }
p { color: rgb(99,3,229); }
H1.HeaderClassName
{
color: #6303E5;
}
.AnyTagClassName
{
color: #6303E5;
}
</style>
background-color css
<style>
a { background-color: #6303E5; }
a { background-color: rgb(99,3,229); }
div.DivClassName
{
background-color: #6303E5;
}
.BgClassName
{
background-color: #6303E5;
}
</style>
border-color css
<style>
span { border-color: #6303E5; }
span { border-color: rgb(99,3,229); }
td.TdClassName
{
border-color: #6303E5;
}
.TagClassName
{
border-color: #6303E5;
}
</style>