Shades of Persian Indigo #33176F
Tints of Persian Indigo #33176F
RGB
CMYK
RGB Variations
Color information
#33176F (or 0x33176F) is known color: Persian Indigo. HEX triplet: 33, 17 and 6F. RGB value is (51,23,111). Sum of RGB (Red+Green+Blue) = 51+23+111=185 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.57% from 185); Green value is 23 (9.38% from 255 or 12.43% from 185); Blue value is 111 (43.75% from 255 or 60% from 185); Max value from RGB is 111 - color contains mainly: blue. Hex color #33176F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33176F is #CCE890. Grayscale: #292929. Windows color (decimal): -13428881 or 7280435. OLE color: 7280435.
HSL color Cylindrical-coordinate representation of color #33176F: hue angle of 259.09º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33176F is Cyan = 0.54, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 51 | 23 | 111 | - |
| CMYK | 0.54 | 0.79 | 0 | 0.56 |
| HSL | 259.09º | 0.66% | 0.26% | - |
| HSV(B) | 259.09º | 0.79% | 0.44% | - |
| XYZ | 4.54 | 2.46 | 15.28 | - |
| YUV | 41.4 | 167.28 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 23 | 111 | 0.54 | 0.79 | 0 | 0.56 | 259.09 | 0.66 | 0.26 |
| Hex | 33 | 17 | 6F | 36 | 4F | 0 | 38 | 103 | 42 | 1A |
| Octal | 63 | 27 | 157 | 66 | 117 | 0 | 70 | 403 | 102 | 32 |
| Binary | 110011 | 10111 | 1101111 | 110110 | 1001111 | 0 | 111000 | 100000011 | 1000010 | 11010 |
Color Harmonies of #33176F
Complementary color
Monochromatic Colors of #33176F
Black with #33176F
Text Example
Text Example
White with #33176F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33176F; }
p { color: rgb(51,23,111); }
H1.HeaderClassName
{
color: #33176F;
}
.AnyTagClassName
{
color: #33176F;
}
</style>
background-color css
<style>
a { background-color: #33176F; }
a { background-color: rgb(51,23,111); }
div.DivClassName
{
background-color: #33176F;
}
.BgClassName
{
background-color: #33176F;
}
</style>
border-color css
<style>
span { border-color: #33176F; }
span { border-color: rgb(51,23,111); }
td.TdClassName
{
border-color: #33176F;
}
.TagClassName
{
border-color: #33176F;
}
</style>