Shades of Indigo #5D0285
Tints of Indigo #5D0285
RGB
CMYK
RGB Variations
Color information
#5D0285 (or 0x5D0285) is known color: Indigo. HEX triplet: 5D, 02 and 85. RGB value is (93,2,133). Sum of RGB (Red+Green+Blue) = 93+2+133=228 (30% of max value = 765). Red value is 93 (36.72% from 255 or 40.79% from 228); Green value is 2 (1.17% from 255 or 0.88% from 228); Blue value is 133 (52.34% from 255 or 58.33% from 228); Max value from RGB is 133 - color contains mainly: blue. Hex color #5D0285 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D0285 is #A2FD7A. Grayscale: #2B2B2B. Windows color (decimal): -10681723 or 8716893. OLE color: 8716893.
HSL color Cylindrical-coordinate representation of color #5D0285: hue angle of 281.68º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5D0285 is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 93 | 2 | 133 | - |
| CMYK | 0.30 | 0.98 | 0 | 0.48 |
| HSL | 281.68º | 0.97% | 0.26% | - |
| HSV(B) | 281.68º | 0.98% | 0.52% | - |
| XYZ | 8.77 | 4.06 | 22.51 | - |
| YUV | 44.14 | 178.15 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 2 | 133 | 0.30 | 0.98 | 0 | 0.48 | 281.68 | 0.97 | 0.26 |
| Hex | 5D | 2 | 85 | 1E | 62 | 0 | 30 | 11A | 61 | 1A |
| Octal | 135 | 2 | 205 | 36 | 142 | 0 | 60 | 432 | 141 | 32 |
| Binary | 1011101 | 10 | 10000101 | 11110 | 1100010 | 0 | 110000 | 100011010 | 1100001 | 11010 |
Color Harmonies of #5D0285
Complementary color
Monochromatic Colors of #5D0285
Black with #5D0285
Text Example
Text Example
White with #5D0285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0285; }
p { color: rgb(93,2,133); }
H1.HeaderClassName
{
color: #5D0285;
}
.AnyTagClassName
{
color: #5D0285;
}
</style>
background-color css
<style>
a { background-color: #5D0285; }
a { background-color: rgb(93,2,133); }
div.DivClassName
{
background-color: #5D0285;
}
.BgClassName
{
background-color: #5D0285;
}
</style>
border-color css
<style>
span { border-color: #5D0285; }
span { border-color: rgb(93,2,133); }
td.TdClassName
{
border-color: #5D0285;
}
.TagClassName
{
border-color: #5D0285;
}
</style>