Shades of Persian Indigo #3B076E
Tints of Persian Indigo #3B076E
RGB
CMYK
RGB Variations
Color information
#3B076E (or 0x3B076E) is known color: Persian Indigo. HEX triplet: 3B, 07 and 6E. RGB value is (59,7,110). Sum of RGB (Red+Green+Blue) = 59+7+110=176 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.52% from 176); Green value is 7 (3.12% from 255 or 3.98% from 176); Blue value is 110 (43.36% from 255 or 62.5% from 176); Max value from RGB is 110 - color contains mainly: blue. Hex color #3B076E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B076E is #C4F891. Grayscale: #212121. Windows color (decimal): -12908690 or 7210811. OLE color: 7210811.
HSL color Cylindrical-coordinate representation of color #3B076E: hue angle of 270.29º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3B076E is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 59 | 7 | 110 | - |
| CMYK | 0.46 | 0.94 | 0 | 0.57 |
| HSL | 270.29º | 0.88% | 0.23% | - |
| HSV(B) | 270.29º | 0.94% | 0.43% | - |
| XYZ | 4.69 | 2.21 | 14.93 | - |
| YUV | 34.29 | 170.73 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 7 | 110 | 0.46 | 0.94 | 0 | 0.57 | 270.29 | 0.88 | 0.23 |
| Hex | 3B | 7 | 6E | 2E | 5E | 0 | 39 | 10E | 58 | 17 |
| Octal | 73 | 7 | 156 | 56 | 136 | 0 | 71 | 416 | 130 | 27 |
| Binary | 111011 | 111 | 1101110 | 101110 | 1011110 | 0 | 111001 | 100001110 | 1011000 | 10111 |
Color Harmonies of #3B076E
Complementary color
Monochromatic Colors of #3B076E
Black with #3B076E
Text Example
Text Example
White with #3B076E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B076E; }
p { color: rgb(59,7,110); }
H1.HeaderClassName
{
color: #3B076E;
}
.AnyTagClassName
{
color: #3B076E;
}
</style>
background-color css
<style>
a { background-color: #3B076E; }
a { background-color: rgb(59,7,110); }
div.DivClassName
{
background-color: #3B076E;
}
.BgClassName
{
background-color: #3B076E;
}
</style>
border-color css
<style>
span { border-color: #3B076E; }
span { border-color: rgb(59,7,110); }
td.TdClassName
{
border-color: #3B076E;
}
.TagClassName
{
border-color: #3B076E;
}
</style>