Shades of Persian Indigo #33168B
Tints of Persian Indigo #33168B
RGB
CMYK
RGB Variations
Color information
#33168B (or 0x33168B) is known color: Persian Indigo. HEX triplet: 33, 16 and 8B. RGB value is (51,22,139). Sum of RGB (Red+Green+Blue) = 51+22+139=212 (28% of max value = 765). Red value is 51 (20.31% from 255 or 24.06% from 212); Green value is 22 (8.98% from 255 or 10.38% from 212); Blue value is 139 (54.69% from 255 or 65.57% from 212); Max value from RGB is 139 - color contains mainly: blue. Hex color #33168B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #33168B is #CCE974. Grayscale: #2B2B2B. Windows color (decimal): -13429109 or 9115187. OLE color: 9115187.
HSL color Cylindrical-coordinate representation of color #33168B: hue angle of 254.87º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #33168B is Cyan = 0.63, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 22 | 139 | - |
| CMYK | 0.63 | 0.84 | 0 | 0.45 |
| HSL | 254.87º | 0.73% | 0.32% | - |
| HSV(B) | 254.87º | 0.84% | 0.55% | - |
| XYZ | 6.31 | 3.14 | 24.7 | - |
| YUV | 44.01 | 181.61 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 22 | 139 | 0.63 | 0.84 | 0 | 0.45 | 254.87 | 0.73 | 0.32 |
| Hex | 33 | 16 | 8B | 3F | 54 | 0 | 2D | FF | 49 | 20 |
| Octal | 63 | 26 | 213 | 77 | 124 | 0 | 55 | 377 | 111 | 40 |
| Binary | 110011 | 10110 | 10001011 | 111111 | 1010100 | 0 | 101101 | 11111111 | 1001001 | 100000 |
Color Harmonies of #33168B
Complementary color
Monochromatic Colors of #33168B
Black with #33168B
Text Example
Text Example
White with #33168B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33168B; }
p { color: rgb(51,22,139); }
H1.HeaderClassName
{
color: #33168B;
}
.AnyTagClassName
{
color: #33168B;
}
</style>
background-color css
<style>
a { background-color: #33168B; }
a { background-color: rgb(51,22,139); }
div.DivClassName
{
background-color: #33168B;
}
.BgClassName
{
background-color: #33168B;
}
</style>
border-color css
<style>
span { border-color: #33168B; }
span { border-color: rgb(51,22,139); }
td.TdClassName
{
border-color: #33168B;
}
.TagClassName
{
border-color: #33168B;
}
</style>