Shades of Indigo #5300B1
Tints of Indigo #5300B1
RGB
CMYK
RGB Variations
Color information
#5300B1 (or 0x5300B1) is known color: Indigo. HEX triplet: 53, 00 and B1. RGB value is (83,0,177). Sum of RGB (Red+Green+Blue) = 83+0+177=260 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.92% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 177 (69.53% from 255 or 68.08% from 260); Max value from RGB is 177 - color contains mainly: blue. Hex color #5300B1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5300B1 is #ACFF4E. Grayscale: #2C2C2C. Windows color (decimal): -11337551 or 11599955. OLE color: 11599955.
HSL color Cylindrical-coordinate representation of color #5300B1: hue angle of 268.14º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5300B1 is Cyan = 0.53, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 83 | 0 | 177 | - |
| CMYK | 0.53 | 1 | 0 | 0.31 |
| HSL | 268.14º | 1% | 0.35% | - |
| HSV(B) | 268.14º | 1% | 0.69% | - |
| XYZ | 11.5 | 5.01 | 41.96 | - |
| YUV | 45 | 202.5 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 0 | 177 | 0.53 | 1 | 0 | 0.31 | 268.14 | 1 | 0.35 |
| Hex | 53 | 0 | B1 | 35 | 64 | 0 | 1F | 10C | 64 | 23 |
| Octal | 123 | 0 | 261 | 65 | 144 | 0 | 37 | 414 | 144 | 43 |
| Binary | 1010011 | 0 | 10110001 | 110101 | 1100100 | 0 | 11111 | 100001100 | 1100100 | 100011 |
Color Harmonies of #5300B1
Complementary color
Monochromatic Colors of #5300B1
Black with #5300B1
Text Example
Text Example
White with #5300B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5300B1; }
p { color: rgb(83,0,177); }
H1.HeaderClassName
{
color: #5300B1;
}
.AnyTagClassName
{
color: #5300B1;
}
</style>
background-color css
<style>
a { background-color: #5300B1; }
a { background-color: rgb(83,0,177); }
div.DivClassName
{
background-color: #5300B1;
}
.BgClassName
{
background-color: #5300B1;
}
</style>
border-color css
<style>
span { border-color: #5300B1; }
span { border-color: rgb(83,0,177); }
td.TdClassName
{
border-color: #5300B1;
}
.TagClassName
{
border-color: #5300B1;
}
</style>