Shades of Persian Indigo #33136F
Tints of Persian Indigo #33136F
RGB
CMYK
RGB Variations
Color information
#33136F (or 0x33136F) is known color: Persian Indigo. HEX triplet: 33, 13 and 6F. RGB value is (51,19,111). Sum of RGB (Red+Green+Blue) = 51+19+111=181 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.18% from 181); Green value is 19 (7.81% from 255 or 10.50% from 181); Blue value is 111 (43.75% from 255 or 61.33% from 181); Max value from RGB is 111 - color contains mainly: blue. Hex color #33136F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33136F is #CCEC90. Grayscale: #262626. Windows color (decimal): -13429905 or 7279411. OLE color: 7279411.
HSL color Cylindrical-coordinate representation of color #33136F: hue angle of 260.87º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #33136F is Cyan = 0.54, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 51 | 19 | 111 | - |
| CMYK | 0.54 | 0.83 | 0 | 0.56 |
| HSL | 260.87º | 0.71% | 0.25% | - |
| HSV(B) | 260.87º | 0.83% | 0.44% | - |
| XYZ | 4.47 | 2.32 | 15.25 | - |
| YUV | 39.06 | 168.6 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 19 | 111 | 0.54 | 0.83 | 0 | 0.56 | 260.87 | 0.71 | 0.25 |
| Hex | 33 | 13 | 6F | 36 | 53 | 0 | 38 | 105 | 47 | 19 |
| Octal | 63 | 23 | 157 | 66 | 123 | 0 | 70 | 405 | 107 | 31 |
| Binary | 110011 | 10011 | 1101111 | 110110 | 1010011 | 0 | 111000 | 100000101 | 1000111 | 11001 |
Color Harmonies of #33136F
Complementary color
Monochromatic Colors of #33136F
Black with #33136F
Text Example
Text Example
White with #33136F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33136F; }
p { color: rgb(51,19,111); }
H1.HeaderClassName
{
color: #33136F;
}
.AnyTagClassName
{
color: #33136F;
}
</style>
background-color css
<style>
a { background-color: #33136F; }
a { background-color: rgb(51,19,111); }
div.DivClassName
{
background-color: #33136F;
}
.BgClassName
{
background-color: #33136F;
}
</style>
border-color css
<style>
span { border-color: #33136F; }
span { border-color: rgb(51,19,111); }
td.TdClassName
{
border-color: #33136F;
}
.TagClassName
{
border-color: #33136F;
}
</style>