Shades of Indigo #3B05AD
Tints of Indigo #3B05AD
RGB
CMYK
RGB Variations
Color information
#3B05AD (or 0x3B05AD) is known color: Indigo. HEX triplet: 3B, 05 and AD. RGB value is (59,5,173). Sum of RGB (Red+Green+Blue) = 59+5+173=237 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.89% from 237); Green value is 5 (2.34% from 255 or 2.11% from 237); Blue value is 173 (67.97% from 255 or 73.00% from 237); Max value from RGB is 173 - color contains mainly: blue. Hex color #3B05AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B05AD is #C4FA52. Grayscale: #272727. Windows color (decimal): -12909139 or 11339067. OLE color: 11339067.
HSL color Cylindrical-coordinate representation of color #3B05AD: hue angle of 259.29º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3B05AD is Cyan = 0.66, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 59 | 5 | 173 | - |
| CMYK | 0.66 | 0.97 | 0 | 0.32 |
| HSL | 259.29º | 0.94% | 0.35% | - |
| HSV(B) | 259.29º | 0.97% | 0.68% | - |
| XYZ | 9.4 | 4.06 | 39.82 | - |
| YUV | 40.3 | 202.89 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 5 | 173 | 0.66 | 0.97 | 0 | 0.32 | 259.29 | 0.94 | 0.35 |
| Hex | 3B | 5 | AD | 42 | 61 | 0 | 20 | 103 | 5E | 23 |
| Octal | 73 | 5 | 255 | 102 | 141 | 0 | 40 | 403 | 136 | 43 |
| Binary | 111011 | 101 | 10101101 | 1000010 | 1100001 | 0 | 100000 | 100000011 | 1011110 | 100011 |
Color Harmonies of #3B05AD
Complementary color
Monochromatic Colors of #3B05AD
Black with #3B05AD
Text Example
Text Example
White with #3B05AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B05AD; }
p { color: rgb(59,5,173); }
H1.HeaderClassName
{
color: #3B05AD;
}
.AnyTagClassName
{
color: #3B05AD;
}
</style>
background-color css
<style>
a { background-color: #3B05AD; }
a { background-color: rgb(59,5,173); }
div.DivClassName
{
background-color: #3B05AD;
}
.BgClassName
{
background-color: #3B05AD;
}
</style>
border-color css
<style>
span { border-color: #3B05AD; }
span { border-color: rgb(59,5,173); }
td.TdClassName
{
border-color: #3B05AD;
}
.TagClassName
{
border-color: #3B05AD;
}
</style>