Shades of Persian Indigo #33188C
Tints of Persian Indigo #33188C
RGB
CMYK
RGB Variations
Color information
#33188C (or 0x33188C) is known color: Persian Indigo. HEX triplet: 33, 18 and 8C. RGB value is (51,24,140). Sum of RGB (Red+Green+Blue) = 51+24+140=215 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.72% from 215); Green value is 24 (9.77% from 255 or 11.16% from 215); Blue value is 140 (55.08% from 255 or 65.12% from 215); Max value from RGB is 140 - color contains mainly: blue. Hex color #33188C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #33188C is #CCE773. Grayscale: #2C2C2C. Windows color (decimal): -13428596 or 9181235. OLE color: 9181235.
HSL color Cylindrical-coordinate representation of color #33188C: hue angle of 253.97º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #33188C is Cyan = 0.64, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 24 | 140 | - |
| CMYK | 0.64 | 0.83 | 0 | 0.45 |
| HSL | 253.97º | 0.71% | 0.32% | - |
| HSV(B) | 253.97º | 0.83% | 0.55% | - |
| XYZ | 6.43 | 3.25 | 25.1 | - |
| YUV | 45.3 | 181.45 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 24 | 140 | 0.64 | 0.83 | 0 | 0.45 | 253.97 | 0.71 | 0.32 |
| Hex | 33 | 18 | 8C | 40 | 53 | 0 | 2D | FE | 47 | 20 |
| Octal | 63 | 30 | 214 | 100 | 123 | 0 | 55 | 376 | 107 | 40 |
| Binary | 110011 | 11000 | 10001100 | 1000000 | 1010011 | 0 | 101101 | 11111110 | 1000111 | 100000 |
Color Harmonies of #33188C
Complementary color
Monochromatic Colors of #33188C
Black with #33188C
Text Example
Text Example
White with #33188C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33188C; }
p { color: rgb(51,24,140); }
H1.HeaderClassName
{
color: #33188C;
}
.AnyTagClassName
{
color: #33188C;
}
</style>
background-color css
<style>
a { background-color: #33188C; }
a { background-color: rgb(51,24,140); }
div.DivClassName
{
background-color: #33188C;
}
.BgClassName
{
background-color: #33188C;
}
</style>
border-color css
<style>
span { border-color: #33188C; }
span { border-color: rgb(51,24,140); }
td.TdClassName
{
border-color: #33188C;
}
.TagClassName
{
border-color: #33188C;
}
</style>