Shades of Indigo #3B07AD
Tints of Indigo #3B07AD
RGB
CMYK
RGB Variations
Color information
#3B07AD (or 0x3B07AD) is known color: Indigo. HEX triplet: 3B, 07 and AD. RGB value is (59,7,173). Sum of RGB (Red+Green+Blue) = 59+7+173=239 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.69% from 239); Green value is 7 (3.12% from 255 or 2.93% from 239); Blue value is 173 (67.97% from 255 or 72.38% from 239); Max value from RGB is 173 - color contains mainly: blue. Hex color #3B07AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B07AD is #C4F852. Grayscale: #282828. Windows color (decimal): -12908627 or 11339579. OLE color: 11339579.
HSL color Cylindrical-coordinate representation of color #3B07AD: hue angle of 258.8º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3B07AD is Cyan = 0.66, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 59 | 7 | 173 | - |
| CMYK | 0.66 | 0.96 | 0 | 0.32 |
| HSL | 258.8º | 0.92% | 0.35% | - |
| HSV(B) | 258.8º | 0.96% | 0.68% | - |
| XYZ | 9.42 | 4.1 | 39.83 | - |
| YUV | 41.47 | 202.23 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 7 | 173 | 0.66 | 0.96 | 0 | 0.32 | 258.8 | 0.92 | 0.35 |
| Hex | 3B | 7 | AD | 42 | 60 | 0 | 20 | 103 | 5C | 23 |
| Octal | 73 | 7 | 255 | 102 | 140 | 0 | 40 | 403 | 134 | 43 |
| Binary | 111011 | 111 | 10101101 | 1000010 | 1100000 | 0 | 100000 | 100000011 | 1011100 | 100011 |
Color Harmonies of #3B07AD
Complementary color
Monochromatic Colors of #3B07AD
Black with #3B07AD
Text Example
Text Example
White with #3B07AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B07AD; }
p { color: rgb(59,7,173); }
H1.HeaderClassName
{
color: #3B07AD;
}
.AnyTagClassName
{
color: #3B07AD;
}
</style>
background-color css
<style>
a { background-color: #3B07AD; }
a { background-color: rgb(59,7,173); }
div.DivClassName
{
background-color: #3B07AD;
}
.BgClassName
{
background-color: #3B07AD;
}
</style>
border-color css
<style>
span { border-color: #3B07AD; }
span { border-color: rgb(59,7,173); }
td.TdClassName
{
border-color: #3B07AD;
}
.TagClassName
{
border-color: #3B07AD;
}
</style>