Shades of Electric Indigo #5C01DA
Tints of Electric Indigo #5C01DA
RGB
CMYK
RGB Variations
Color information
#5C01DA (or 0x5C01DA) is known color: Electric Indigo. HEX triplet: 5C, 01 and DA. RGB value is (92,1,218). Sum of RGB (Red+Green+Blue) = 92+1+218=311 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.58% from 311); Green value is 1 (0.78% from 255 or 0.32% from 311); Blue value is 218 (85.55% from 255 or 70.10% from 311); Max value from RGB is 218 - color contains mainly: blue. Hex color #5C01DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C01DA is #A3FE25. Grayscale: #343434. Windows color (decimal): -10747430 or 14287196. OLE color: 14287196.
HSL color Cylindrical-coordinate representation of color #5C01DA: hue angle of 265.16º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5C01DA is Cyan = 0.58, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 92 | 1 | 218 | - |
| CMYK | 0.58 | 1.00 | 0 | 0.15 |
| HSL | 265.16º | 0.99% | 0.43% | - |
| HSV(B) | 265.16º | 1% | 0.85% | - |
| XYZ | 17.08 | 7.36 | 66.85 | - |
| YUV | 52.95 | 221.15 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 1 | 218 | 0.58 | 1.00 | 0 | 0.15 | 265.16 | 0.99 | 0.43 |
| Hex | 5C | 1 | DA | 3A | 64 | 0 | F | 109 | 63 | 2B |
| Octal | 134 | 1 | 332 | 72 | 144 | 0 | 17 | 411 | 143 | 53 |
| Binary | 1011100 | 1 | 11011010 | 111010 | 1100100 | 0 | 1111 | 100001001 | 1100011 | 101011 |
Color Harmonies of #5C01DA
Complementary color
Monochromatic Colors of #5C01DA
Black with #5C01DA
Text Example
Text Example
White with #5C01DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C01DA; }
p { color: rgb(92,1,218); }
H1.HeaderClassName
{
color: #5C01DA;
}
.AnyTagClassName
{
color: #5C01DA;
}
</style>
background-color css
<style>
a { background-color: #5C01DA; }
a { background-color: rgb(92,1,218); }
div.DivClassName
{
background-color: #5C01DA;
}
.BgClassName
{
background-color: #5C01DA;
}
</style>
border-color css
<style>
span { border-color: #5C01DA; }
span { border-color: rgb(92,1,218); }
td.TdClassName
{
border-color: #5C01DA;
}
.TagClassName
{
border-color: #5C01DA;
}
</style>