Shades of Electric Indigo #5300DF
Tints of Electric Indigo #5300DF
RGB
CMYK
RGB Variations
Color information
#5300DF (or 0x5300DF) is known color: Electric Indigo. HEX triplet: 53, 00 and DF. RGB value is (83,0,223). Sum of RGB (Red+Green+Blue) = 83+0+223=306 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.12% from 306); Green value is 0 (0.39% from 255 or 0% from 306); Blue value is 223 (87.5% from 255 or 72.88% from 306); Max value from RGB is 223 - color contains mainly: blue. Hex color #5300DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5300DF is #ACFF20. Grayscale: #313131. Windows color (decimal): -11337505 or 14614611. OLE color: 14614611.
HSL color Cylindrical-coordinate representation of color #5300DF: hue angle of 262.33º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5300DF is Cyan = 0.63, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 0 | 223 | - |
| CMYK | 0.63 | 1 | 0 | 0.13 |
| HSL | 262.33º | 1% | 0.44% | - |
| HSV(B) | 262.33º | 1% | 0.87% | - |
| XYZ | 16.89 | 7.17 | 70.31 | - |
| YUV | 50.24 | 225.5 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 0 | 223 | 0.63 | 1 | 0 | 0.13 | 262.33 | 1 | 0.44 |
| Hex | 53 | 0 | DF | 3F | 64 | 0 | D | 106 | 64 | 2C |
| Octal | 123 | 0 | 337 | 77 | 144 | 0 | 15 | 406 | 144 | 54 |
| Binary | 1010011 | 0 | 11011111 | 111111 | 1100100 | 0 | 1101 | 100000110 | 1100100 | 101100 |
Color Harmonies of #5300DF
Complementary color
Monochromatic Colors of #5300DF
Black with #5300DF
Text Example
Text Example
White with #5300DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5300DF; }
p { color: rgb(83,0,223); }
H1.HeaderClassName
{
color: #5300DF;
}
.AnyTagClassName
{
color: #5300DF;
}
</style>
background-color css
<style>
a { background-color: #5300DF; }
a { background-color: rgb(83,0,223); }
div.DivClassName
{
background-color: #5300DF;
}
.BgClassName
{
background-color: #5300DF;
}
</style>
border-color css
<style>
span { border-color: #5300DF; }
span { border-color: rgb(83,0,223); }
td.TdClassName
{
border-color: #5300DF;
}
.TagClassName
{
border-color: #5300DF;
}
</style>