Shades of Indigo #53018B
Tints of Indigo #53018B
RGB
CMYK
RGB Variations
Color information
#53018B (or 0x53018B) is known color: Indigo. HEX triplet: 53, 01 and 8B. RGB value is (83,1,139). Sum of RGB (Red+Green+Blue) = 83+1+139=223 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.22% from 223); Green value is 1 (0.78% from 255 or 0.45% from 223); Blue value is 139 (54.69% from 255 or 62.33% from 223); Max value from RGB is 139 - color contains mainly: blue. Hex color #53018B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #53018B is #ACFE74. Grayscale: #282828. Windows color (decimal): -11337333 or 9109843. OLE color: 9109843.
HSL color Cylindrical-coordinate representation of color #53018B: hue angle of 275.65º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #53018B is Cyan = 0.40, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 83 | 1 | 139 | - |
| CMYK | 0.40 | 0.99 | 0 | 0.45 |
| HSL | 275.65º | 0.99% | 0.27% | - |
| HSV(B) | 275.65º | 0.99% | 0.55% | - |
| XYZ | 8.24 | 3.72 | 24.71 | - |
| YUV | 41.25 | 183.17 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 1 | 139 | 0.40 | 0.99 | 0 | 0.45 | 275.65 | 0.99 | 0.27 |
| Hex | 53 | 1 | 8B | 28 | 63 | 0 | 2D | 114 | 63 | 1B |
| Octal | 123 | 1 | 213 | 50 | 143 | 0 | 55 | 424 | 143 | 33 |
| Binary | 1010011 | 1 | 10001011 | 101000 | 1100011 | 0 | 101101 | 100010100 | 1100011 | 11011 |
Color Harmonies of #53018B
Complementary color
Monochromatic Colors of #53018B
Black with #53018B
Text Example
Text Example
White with #53018B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53018B; }
p { color: rgb(83,1,139); }
H1.HeaderClassName
{
color: #53018B;
}
.AnyTagClassName
{
color: #53018B;
}
</style>
background-color css
<style>
a { background-color: #53018B; }
a { background-color: rgb(83,1,139); }
div.DivClassName
{
background-color: #53018B;
}
.BgClassName
{
background-color: #53018B;
}
</style>
border-color css
<style>
span { border-color: #53018B; }
span { border-color: rgb(83,1,139); }
td.TdClassName
{
border-color: #53018B;
}
.TagClassName
{
border-color: #53018B;
}
</style>