Shades of Persian Indigo #3B1974
Tints of Persian Indigo #3B1974
RGB
CMYK
RGB Variations
Color information
#3B1974 (or 0x3B1974) is known color: Persian Indigo. HEX triplet: 3B, 19 and 74. RGB value is (59,25,116). Sum of RGB (Red+Green+Blue) = 59+25+116=200 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.5% from 200); Green value is 25 (10.16% from 255 or 12.5% from 200); Blue value is 116 (45.70% from 255 or 58% from 200); Max value from RGB is 116 - color contains mainly: blue. Hex color #3B1974 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B1974 is #C4E68B. Grayscale: #2D2D2D. Windows color (decimal): -12904076 or 7608635. OLE color: 7608635.
HSL color Cylindrical-coordinate representation of color #3B1974: hue angle of 262.42º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3B1974 is Cyan = 0.49, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 59 | 25 | 116 | - |
| CMYK | 0.49 | 0.78 | 0 | 0.55 |
| HSL | 262.42º | 0.65% | 0.28% | - |
| HSV(B) | 262.42º | 0.78% | 0.45% | - |
| XYZ | 5.3 | 2.89 | 16.8 | - |
| YUV | 45.54 | 167.76 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 25 | 116 | 0.49 | 0.78 | 0 | 0.55 | 262.42 | 0.65 | 0.28 |
| Hex | 3B | 19 | 74 | 31 | 4E | 0 | 37 | 106 | 41 | 1C |
| Octal | 73 | 31 | 164 | 61 | 116 | 0 | 67 | 406 | 101 | 34 |
| Binary | 111011 | 11001 | 1110100 | 110001 | 1001110 | 0 | 110111 | 100000110 | 1000001 | 11100 |
Color Harmonies of #3B1974
Complementary color
Monochromatic Colors of #3B1974
Black with #3B1974
Text Example
Text Example
White with #3B1974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1974; }
p { color: rgb(59,25,116); }
H1.HeaderClassName
{
color: #3B1974;
}
.AnyTagClassName
{
color: #3B1974;
}
</style>
background-color css
<style>
a { background-color: #3B1974; }
a { background-color: rgb(59,25,116); }
div.DivClassName
{
background-color: #3B1974;
}
.BgClassName
{
background-color: #3B1974;
}
</style>
border-color css
<style>
span { border-color: #3B1974; }
span { border-color: rgb(59,25,116); }
td.TdClassName
{
border-color: #3B1974;
}
.TagClassName
{
border-color: #3B1974;
}
</style>