Shades of Electric Indigo #5300DE
Tints of Electric Indigo #5300DE
RGB
CMYK
RGB Variations
Color information
#5300DE (or 0x5300DE) is known color: Electric Indigo. HEX triplet: 53, 00 and DE. RGB value is (83,0,222). Sum of RGB (Red+Green+Blue) = 83+0+222=305 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.21% from 305); Green value is 0 (0.39% from 255 or 0% from 305); Blue value is 222 (87.11% from 255 or 72.79% from 305); Max value from RGB is 222 - color contains mainly: blue. Hex color #5300DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5300DE is #ACFF21. Grayscale: #313131. Windows color (decimal): -11337506 or 14549075. OLE color: 14549075.
HSL color Cylindrical-coordinate representation of color #5300DE: hue angle of 262.43º 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 #5300DE is Cyan = 0.63, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 0 | 222 | - |
| CMYK | 0.63 | 1 | 0 | 0.13 |
| HSL | 262.43º | 1% | 0.44% | - |
| HSV(B) | 262.43º | 1% | 0.87% | - |
| XYZ | 16.75 | 7.11 | 69.6 | - |
| YUV | 50.13 | 225 | 151.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 0 | 222 | 0.63 | 1 | 0 | 0.13 | 262.43 | 1 | 0.44 |
| Hex | 53 | 0 | DE | 3F | 64 | 0 | D | 106 | 64 | 2C |
| Octal | 123 | 0 | 336 | 77 | 144 | 0 | 15 | 406 | 144 | 54 |
| Binary | 1010011 | 0 | 11011110 | 111111 | 1100100 | 0 | 1101 | 100000110 | 1100100 | 101100 |
Color Harmonies of #5300DE
Complementary color
Monochromatic Colors of #5300DE
Black with #5300DE
Text Example
Text Example
White with #5300DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5300DE; }
p { color: rgb(83,0,222); }
H1.HeaderClassName
{
color: #5300DE;
}
.AnyTagClassName
{
color: #5300DE;
}
</style>
background-color css
<style>
a { background-color: #5300DE; }
a { background-color: rgb(83,0,222); }
div.DivClassName
{
background-color: #5300DE;
}
.BgClassName
{
background-color: #5300DE;
}
</style>
border-color css
<style>
span { border-color: #5300DE; }
span { border-color: rgb(83,0,222); }
td.TdClassName
{
border-color: #5300DE;
}
.TagClassName
{
border-color: #5300DE;
}
</style>