Shades of Persian Indigo #3B076B
Tints of Persian Indigo #3B076B
RGB
CMYK
RGB Variations
Color information
#3B076B (or 0x3B076B) is known color: Persian Indigo. HEX triplet: 3B, 07 and 6B. RGB value is (59,7,107). Sum of RGB (Red+Green+Blue) = 59+7+107=173 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.10% from 173); Green value is 7 (3.12% from 255 or 4.05% from 173); Blue value is 107 (42.19% from 255 or 61.85% from 173); Max value from RGB is 107 - color contains mainly: blue. Hex color #3B076B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B076B is #C4F894. Grayscale: #212121. Windows color (decimal): -12908693 or 7014203. OLE color: 7014203.
HSL color Cylindrical-coordinate representation of color #3B076B: hue angle of 271.2º 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 #3B076B is Cyan = 0.45, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 59 | 7 | 107 | - |
| CMYK | 0.45 | 0.93 | 0 | 0.58 |
| HSL | 271.2º | 0.88% | 0.22% | - |
| HSV(B) | 271.2º | 0.93% | 0.42% | - |
| XYZ | 4.53 | 2.14 | 14.08 | - |
| YUV | 33.95 | 169.23 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 7 | 107 | 0.45 | 0.93 | 0 | 0.58 | 271.2 | 0.88 | 0.22 |
| Hex | 3B | 7 | 6B | 2D | 5D | 0 | 3A | 10F | 58 | 16 |
| Octal | 73 | 7 | 153 | 55 | 135 | 0 | 72 | 417 | 130 | 26 |
| Binary | 111011 | 111 | 1101011 | 101101 | 1011101 | 0 | 111010 | 100001111 | 1011000 | 10110 |
Color Harmonies of #3B076B
Complementary color
Monochromatic Colors of #3B076B
Black with #3B076B
Text Example
Text Example
White with #3B076B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B076B; }
p { color: rgb(59,7,107); }
H1.HeaderClassName
{
color: #3B076B;
}
.AnyTagClassName
{
color: #3B076B;
}
</style>
background-color css
<style>
a { background-color: #3B076B; }
a { background-color: rgb(59,7,107); }
div.DivClassName
{
background-color: #3B076B;
}
.BgClassName
{
background-color: #3B076B;
}
</style>
border-color css
<style>
span { border-color: #3B076B; }
span { border-color: rgb(59,7,107); }
td.TdClassName
{
border-color: #3B076B;
}
.TagClassName
{
border-color: #3B076B;
}
</style>