Shades of Persian Indigo #33178C
Tints of Persian Indigo #33178C
RGB
CMYK
RGB Variations
Color information
#33178C (or 0x33178C) is known color: Persian Indigo. HEX triplet: 33, 17 and 8C. RGB value is (51,23,140). Sum of RGB (Red+Green+Blue) = 51+23+140=214 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.83% from 214); Green value is 23 (9.38% from 255 or 10.75% from 214); Blue value is 140 (55.08% from 255 or 65.42% from 214); Max value from RGB is 140 - color contains mainly: blue. Hex color #33178C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #33178C is #CCE873. Grayscale: #2C2C2C. Windows color (decimal): -13428852 or 9180979. OLE color: 9180979.
HSL color Cylindrical-coordinate representation of color #33178C: hue angle of 254.36º degrees, saturation: 0.72, 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 #33178C is Cyan = 0.64, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 23 | 140 | - |
| CMYK | 0.64 | 0.84 | 0 | 0.45 |
| HSL | 254.36º | 0.72% | 0.32% | - |
| HSV(B) | 254.36º | 0.84% | 0.55% | - |
| XYZ | 6.41 | 3.21 | 25.09 | - |
| YUV | 44.71 | 181.78 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 23 | 140 | 0.64 | 0.84 | 0 | 0.45 | 254.36 | 0.72 | 0.32 |
| Hex | 33 | 17 | 8C | 40 | 54 | 0 | 2D | FE | 48 | 20 |
| Octal | 63 | 27 | 214 | 100 | 124 | 0 | 55 | 376 | 110 | 40 |
| Binary | 110011 | 10111 | 10001100 | 1000000 | 1010100 | 0 | 101101 | 11111110 | 1001000 | 100000 |
Color Harmonies of #33178C
Complementary color
Monochromatic Colors of #33178C
Black with #33178C
Text Example
Text Example
White with #33178C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33178C; }
p { color: rgb(51,23,140); }
H1.HeaderClassName
{
color: #33178C;
}
.AnyTagClassName
{
color: #33178C;
}
</style>
background-color css
<style>
a { background-color: #33178C; }
a { background-color: rgb(51,23,140); }
div.DivClassName
{
background-color: #33178C;
}
.BgClassName
{
background-color: #33178C;
}
</style>
border-color css
<style>
span { border-color: #33178C; }
span { border-color: rgb(51,23,140); }
td.TdClassName
{
border-color: #33178C;
}
.TagClassName
{
border-color: #33178C;
}
</style>