Shades of Persian Indigo #3B1C73
Tints of Persian Indigo #3B1C73
RGB
CMYK
RGB Variations
Color information
#3B1C73 (or 0x3B1C73) is known color: Persian Indigo. HEX triplet: 3B, 1C and 73. RGB value is (59,28,115). Sum of RGB (Red+Green+Blue) = 59+28+115=202 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.21% from 202); Green value is 28 (11.33% from 255 or 13.86% from 202); Blue value is 115 (45.31% from 255 or 56.93% from 202); Max value from RGB is 115 - color contains mainly: blue. Hex color #3B1C73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B1C73 is #C4E38C. Grayscale: #2E2E2E. Windows color (decimal): -12903309 or 7543867. OLE color: 7543867.
HSL color Cylindrical-coordinate representation of color #3B1C73: hue angle of 261.38º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3B1C73 is Cyan = 0.49, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 59 | 28 | 115 | - |
| CMYK | 0.49 | 0.76 | 0 | 0.55 |
| HSL | 261.38º | 0.61% | 0.28% | - |
| HSV(B) | 261.38º | 0.76% | 0.45% | - |
| XYZ | 5.31 | 3 | 16.52 | - |
| YUV | 47.19 | 166.27 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 28 | 115 | 0.49 | 0.76 | 0 | 0.55 | 261.38 | 0.61 | 0.28 |
| Hex | 3B | 1C | 73 | 31 | 4C | 0 | 37 | 105 | 3D | 1C |
| Octal | 73 | 34 | 163 | 61 | 114 | 0 | 67 | 405 | 75 | 34 |
| Binary | 111011 | 11100 | 1110011 | 110001 | 1001100 | 0 | 110111 | 100000101 | 111101 | 11100 |
Color Harmonies of #3B1C73
Complementary color
Monochromatic Colors of #3B1C73
Black with #3B1C73
Text Example
Text Example
White with #3B1C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1C73; }
p { color: rgb(59,28,115); }
H1.HeaderClassName
{
color: #3B1C73;
}
.AnyTagClassName
{
color: #3B1C73;
}
</style>
background-color css
<style>
a { background-color: #3B1C73; }
a { background-color: rgb(59,28,115); }
div.DivClassName
{
background-color: #3B1C73;
}
.BgClassName
{
background-color: #3B1C73;
}
</style>
border-color css
<style>
span { border-color: #3B1C73; }
span { border-color: rgb(59,28,115); }
td.TdClassName
{
border-color: #3B1C73;
}
.TagClassName
{
border-color: #3B1C73;
}
</style>