Shades of Indigo #3B06A3
Tints of Indigo #3B06A3
RGB
CMYK
RGB Variations
Color information
#3B06A3 (or 0x3B06A3) is known color: Indigo. HEX triplet: 3B, 06 and A3. RGB value is (59,6,163). Sum of RGB (Red+Green+Blue) = 59+6+163=228 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.88% from 228); Green value is 6 (2.73% from 255 or 2.63% from 228); Blue value is 163 (64.06% from 255 or 71.49% from 228); Max value from RGB is 163 - color contains mainly: blue. Hex color #3B06A3 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B06A3 is #C4F95C. Grayscale: #272727. Windows color (decimal): -12908893 or 10683963. OLE color: 10683963.
HSL color Cylindrical-coordinate representation of color #3B06A3: hue angle of 260.25º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3B06A3 is Cyan = 0.64, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 59 | 6 | 163 | - |
| CMYK | 0.64 | 0.96 | 0 | 0.36 |
| HSL | 260.25º | 0.93% | 0.33% | - |
| HSV(B) | 260.25º | 0.96% | 0.64% | - |
| XYZ | 8.48 | 3.7 | 34.92 | - |
| YUV | 39.75 | 197.56 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 6 | 163 | 0.64 | 0.96 | 0 | 0.36 | 260.25 | 0.93 | 0.33 |
| Hex | 3B | 6 | A3 | 40 | 60 | 0 | 24 | 104 | 5D | 21 |
| Octal | 73 | 6 | 243 | 100 | 140 | 0 | 44 | 404 | 135 | 41 |
| Binary | 111011 | 110 | 10100011 | 1000000 | 1100000 | 0 | 100100 | 100000100 | 1011101 | 100001 |
Color Harmonies of #3B06A3
Complementary color
Monochromatic Colors of #3B06A3
Black with #3B06A3
Text Example
Text Example
White with #3B06A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B06A3; }
p { color: rgb(59,6,163); }
H1.HeaderClassName
{
color: #3B06A3;
}
.AnyTagClassName
{
color: #3B06A3;
}
</style>
background-color css
<style>
a { background-color: #3B06A3; }
a { background-color: rgb(59,6,163); }
div.DivClassName
{
background-color: #3B06A3;
}
.BgClassName
{
background-color: #3B06A3;
}
</style>
border-color css
<style>
span { border-color: #3B06A3; }
span { border-color: rgb(59,6,163); }
td.TdClassName
{
border-color: #3B06A3;
}
.TagClassName
{
border-color: #3B06A3;
}
</style>