Shades of Persian Indigo #33118C
Tints of Persian Indigo #33118C
RGB
CMYK
RGB Variations
Color information
#33118C (or 0x33118C) is known color: Persian Indigo. HEX triplet: 33, 11 and 8C. RGB value is (51,17,140). Sum of RGB (Red+Green+Blue) = 51+17+140=208 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.52% from 208); Green value is 17 (7.03% from 255 or 8.17% from 208); Blue value is 140 (55.08% from 255 or 67.31% from 208); Max value from RGB is 140 - color contains mainly: blue. Hex color #33118C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #33118C is #CCEE73. Grayscale: #282828. Windows color (decimal): -13430388 or 9179443. OLE color: 9179443.
HSL color Cylindrical-coordinate representation of color #33118C: hue angle of 256.59º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #33118C is Cyan = 0.64, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 17 | 140 | - |
| CMYK | 0.64 | 0.88 | 0 | 0.45 |
| HSL | 256.59º | 0.78% | 0.31% | - |
| HSV(B) | 256.59º | 0.88% | 0.55% | - |
| XYZ | 6.3 | 3 | 25.06 | - |
| YUV | 41.19 | 183.76 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 17 | 140 | 0.64 | 0.88 | 0 | 0.45 | 256.59 | 0.78 | 0.31 |
| Hex | 33 | 11 | 8C | 40 | 58 | 0 | 2D | 101 | 4E | 1F |
| Octal | 63 | 21 | 214 | 100 | 130 | 0 | 55 | 401 | 116 | 37 |
| Binary | 110011 | 10001 | 10001100 | 1000000 | 1011000 | 0 | 101101 | 100000001 | 1001110 | 11111 |
Color Harmonies of #33118C
Complementary color
Monochromatic Colors of #33118C
Black with #33118C
Text Example
Text Example
White with #33118C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33118C; }
p { color: rgb(51,17,140); }
H1.HeaderClassName
{
color: #33118C;
}
.AnyTagClassName
{
color: #33118C;
}
</style>
background-color css
<style>
a { background-color: #33118C; }
a { background-color: rgb(51,17,140); }
div.DivClassName
{
background-color: #33118C;
}
.BgClassName
{
background-color: #33118C;
}
</style>
border-color css
<style>
span { border-color: #33118C; }
span { border-color: rgb(51,17,140); }
td.TdClassName
{
border-color: #33118C;
}
.TagClassName
{
border-color: #33118C;
}
</style>