Shades of Persian Indigo #33168C
Tints of Persian Indigo #33168C
RGB
CMYK
RGB Variations
Color information
#33168C (or 0x33168C) is known color: Persian Indigo. HEX triplet: 33, 16 and 8C. RGB value is (51,22,140). Sum of RGB (Red+Green+Blue) = 51+22+140=213 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.94% from 213); Green value is 22 (8.98% from 255 or 10.33% from 213); Blue value is 140 (55.08% from 255 or 65.73% from 213); Max value from RGB is 140 - color contains mainly: blue. Hex color #33168C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #33168C is #CCE973. Grayscale: #2B2B2B. Windows color (decimal): -13429108 or 9180723. OLE color: 9180723.
HSL color Cylindrical-coordinate representation of color #33168C: hue angle of 254.75º 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 #33168C is Cyan = 0.64, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 22 | 140 | - |
| CMYK | 0.64 | 0.84 | 0 | 0.45 |
| HSL | 254.75º | 0.73% | 0.32% | - |
| HSV(B) | 254.75º | 0.84% | 0.55% | - |
| XYZ | 6.39 | 3.17 | 25.09 | - |
| YUV | 44.12 | 182.11 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 22 | 140 | 0.64 | 0.84 | 0 | 0.45 | 254.75 | 0.73 | 0.32 |
| Hex | 33 | 16 | 8C | 40 | 54 | 0 | 2D | FF | 49 | 20 |
| Octal | 63 | 26 | 214 | 100 | 124 | 0 | 55 | 377 | 111 | 40 |
| Binary | 110011 | 10110 | 10001100 | 1000000 | 1010100 | 0 | 101101 | 11111111 | 1001001 | 100000 |
Color Harmonies of #33168C
Complementary color
Monochromatic Colors of #33168C
Black with #33168C
Text Example
Text Example
White with #33168C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33168C; }
p { color: rgb(51,22,140); }
H1.HeaderClassName
{
color: #33168C;
}
.AnyTagClassName
{
color: #33168C;
}
</style>
background-color css
<style>
a { background-color: #33168C; }
a { background-color: rgb(51,22,140); }
div.DivClassName
{
background-color: #33168C;
}
.BgClassName
{
background-color: #33168C;
}
</style>
border-color css
<style>
span { border-color: #33168C; }
span { border-color: rgb(51,22,140); }
td.TdClassName
{
border-color: #33168C;
}
.TagClassName
{
border-color: #33168C;
}
</style>