Shades of Electric Indigo #5F05E5
Tints of Electric Indigo #5F05E5
RGB
CMYK
RGB Variations
Color information
#5F05E5 (or 0x5F05E5) is known color: Electric Indigo. HEX triplet: 5F, 05 and E5. RGB value is (95,5,229). Sum of RGB (Red+Green+Blue) = 95+5+229=329 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.88% from 329); Green value is 5 (2.34% from 255 or 1.52% from 329); Blue value is 229 (89.84% from 255 or 69.60% from 329); Max value from RGB is 229 - color contains mainly: blue. Hex color #5F05E5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5F05E5 is #A0FA1A. Grayscale: #383838. Windows color (decimal): -10549787 or 15009119. OLE color: 15009119.
HSL color Cylindrical-coordinate representation of color #5F05E5: hue angle of 264.11º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5F05E5 is Cyan = 0.59, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 95 | 5 | 229 | - |
| CMYK | 0.59 | 0.98 | 0 | 0.10 |
| HSL | 264.11º | 0.96% | 0.46% | - |
| HSV(B) | 264.11º | 0.98% | 0.9% | - |
| XYZ | 18.92 | 8.2 | 74.71 | - |
| YUV | 57.45 | 224.82 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 5 | 229 | 0.59 | 0.98 | 0 | 0.10 | 264.11 | 0.96 | 0.46 |
| Hex | 5F | 5 | E5 | 3B | 62 | 0 | A | 108 | 60 | 2E |
| Octal | 137 | 5 | 345 | 73 | 142 | 0 | 12 | 410 | 140 | 56 |
| Binary | 1011111 | 101 | 11100101 | 111011 | 1100010 | 0 | 1010 | 100001000 | 1100000 | 101110 |
Color Harmonies of #5F05E5
Complementary color
Monochromatic Colors of #5F05E5
Black with #5F05E5
Text Example
Text Example
White with #5F05E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F05E5; }
p { color: rgb(95,5,229); }
H1.HeaderClassName
{
color: #5F05E5;
}
.AnyTagClassName
{
color: #5F05E5;
}
</style>
background-color css
<style>
a { background-color: #5F05E5; }
a { background-color: rgb(95,5,229); }
div.DivClassName
{
background-color: #5F05E5;
}
.BgClassName
{
background-color: #5F05E5;
}
</style>
border-color css
<style>
span { border-color: #5F05E5; }
span { border-color: rgb(95,5,229); }
td.TdClassName
{
border-color: #5F05E5;
}
.TagClassName
{
border-color: #5F05E5;
}
</style>