Shades of Persian Indigo #3B056F
Tints of Persian Indigo #3B056F
RGB
CMYK
RGB Variations
Color information
#3B056F (or 0x3B056F) is known color: Persian Indigo. HEX triplet: 3B, 05 and 6F. RGB value is (59,5,111). Sum of RGB (Red+Green+Blue) = 59+5+111=175 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.71% from 175); Green value is 5 (2.34% from 255 or 2.86% from 175); Blue value is 111 (43.75% from 255 or 63.43% from 175); Max value from RGB is 111 - color contains mainly: blue. Hex color #3B056F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B056F is #C4FA90. Grayscale: #202020. Windows color (decimal): -12909201 or 7275835. OLE color: 7275835.
HSL color Cylindrical-coordinate representation of color #3B056F: hue angle of 270.57º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3B056F is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 59 | 5 | 111 | - |
| CMYK | 0.47 | 0.95 | 0 | 0.56 |
| HSL | 270.57º | 0.91% | 0.23% | - |
| HSV(B) | 270.57º | 0.95% | 0.44% | - |
| XYZ | 4.73 | 2.19 | 15.21 | - |
| YUV | 33.23 | 171.89 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 5 | 111 | 0.47 | 0.95 | 0 | 0.56 | 270.57 | 0.91 | 0.23 |
| Hex | 3B | 5 | 6F | 2F | 5F | 0 | 38 | 10F | 5B | 17 |
| Octal | 73 | 5 | 157 | 57 | 137 | 0 | 70 | 417 | 133 | 27 |
| Binary | 111011 | 101 | 1101111 | 101111 | 1011111 | 0 | 111000 | 100001111 | 1011011 | 10111 |
Color Harmonies of #3B056F
Complementary color
Monochromatic Colors of #3B056F
Black with #3B056F
Text Example
Text Example
White with #3B056F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B056F; }
p { color: rgb(59,5,111); }
H1.HeaderClassName
{
color: #3B056F;
}
.AnyTagClassName
{
color: #3B056F;
}
</style>
background-color css
<style>
a { background-color: #3B056F; }
a { background-color: rgb(59,5,111); }
div.DivClassName
{
background-color: #3B056F;
}
.BgClassName
{
background-color: #3B056F;
}
</style>
border-color css
<style>
span { border-color: #3B056F; }
span { border-color: rgb(59,5,111); }
td.TdClassName
{
border-color: #3B056F;
}
.TagClassName
{
border-color: #3B056F;
}
</style>