Shades of Persian Indigo #3B076A
Tints of Persian Indigo #3B076A
RGB
CMYK
RGB Variations
Color information
#3B076A (or 0x3B076A) is known color: Persian Indigo. HEX triplet: 3B, 07 and 6A. RGB value is (59,7,106). Sum of RGB (Red+Green+Blue) = 59+7+106=172 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.30% from 172); Green value is 7 (3.12% from 255 or 4.07% from 172); Blue value is 106 (41.80% from 255 or 61.63% from 172); Max value from RGB is 106 - color contains mainly: blue. Hex color #3B076A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B076A is #C4F895. Grayscale: #212121. Windows color (decimal): -12908694 or 6948667. OLE color: 6948667.
HSL color Cylindrical-coordinate representation of color #3B076A: hue angle of 271.52º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3B076A is Cyan = 0.44, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 59 | 7 | 106 | - |
| CMYK | 0.44 | 0.93 | 0 | 0.58 |
| HSL | 271.52º | 0.88% | 0.22% | - |
| HSV(B) | 271.52º | 0.93% | 0.42% | - |
| XYZ | 4.48 | 2.12 | 13.81 | - |
| YUV | 33.83 | 168.73 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 7 | 106 | 0.44 | 0.93 | 0 | 0.58 | 271.52 | 0.88 | 0.22 |
| Hex | 3B | 7 | 6A | 2C | 5D | 0 | 3A | 110 | 58 | 16 |
| Octal | 73 | 7 | 152 | 54 | 135 | 0 | 72 | 420 | 130 | 26 |
| Binary | 111011 | 111 | 1101010 | 101100 | 1011101 | 0 | 111010 | 100010000 | 1011000 | 10110 |
Color Harmonies of #3B076A
Complementary color
Monochromatic Colors of #3B076A
Black with #3B076A
Text Example
Text Example
White with #3B076A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B076A; }
p { color: rgb(59,7,106); }
H1.HeaderClassName
{
color: #3B076A;
}
.AnyTagClassName
{
color: #3B076A;
}
</style>
background-color css
<style>
a { background-color: #3B076A; }
a { background-color: rgb(59,7,106); }
div.DivClassName
{
background-color: #3B076A;
}
.BgClassName
{
background-color: #3B076A;
}
</style>
border-color css
<style>
span { border-color: #3B076A; }
span { border-color: rgb(59,7,106); }
td.TdClassName
{
border-color: #3B076A;
}
.TagClassName
{
border-color: #3B076A;
}
</style>