Shades of Persian Indigo #33137D
Tints of Persian Indigo #33137D
RGB
CMYK
RGB Variations
Color information
#33137D (or 0x33137D) is known color: Persian Indigo. HEX triplet: 33, 13 and 7D. RGB value is (51,19,125). Sum of RGB (Red+Green+Blue) = 51+19+125=195 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.15% from 195); Green value is 19 (7.81% from 255 or 9.74% from 195); Blue value is 125 (49.22% from 255 or 64.10% from 195); Max value from RGB is 125 - color contains mainly: blue. Hex color #33137D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33137D is #CCEC82. Grayscale: #282828. Windows color (decimal): -13429891 or 8196915. OLE color: 8196915.
HSL color Cylindrical-coordinate representation of color #33137D: hue angle of 258.11º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #33137D is Cyan = 0.59, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 51 | 19 | 125 | - |
| CMYK | 0.59 | 0.85 | 0 | 0.51 |
| HSL | 258.11º | 0.74% | 0.28% | - |
| HSV(B) | 258.11º | 0.85% | 0.49% | - |
| XYZ | 5.3 | 2.65 | 19.63 | - |
| YUV | 40.65 | 175.6 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 19 | 125 | 0.59 | 0.85 | 0 | 0.51 | 258.11 | 0.74 | 0.28 |
| Hex | 33 | 13 | 7D | 3B | 55 | 0 | 33 | 102 | 4A | 1C |
| Octal | 63 | 23 | 175 | 73 | 125 | 0 | 63 | 402 | 112 | 34 |
| Binary | 110011 | 10011 | 1111101 | 111011 | 1010101 | 0 | 110011 | 100000010 | 1001010 | 11100 |
Color Harmonies of #33137D
Complementary color
Monochromatic Colors of #33137D
Black with #33137D
Text Example
Text Example
White with #33137D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33137D; }
p { color: rgb(51,19,125); }
H1.HeaderClassName
{
color: #33137D;
}
.AnyTagClassName
{
color: #33137D;
}
</style>
background-color css
<style>
a { background-color: #33137D; }
a { background-color: rgb(51,19,125); }
div.DivClassName
{
background-color: #33137D;
}
.BgClassName
{
background-color: #33137D;
}
</style>
border-color css
<style>
span { border-color: #33137D; }
span { border-color: rgb(51,19,125); }
td.TdClassName
{
border-color: #33137D;
}
.TagClassName
{
border-color: #33137D;
}
</style>