Shades of Persian Indigo #33188F
Tints of Persian Indigo #33188F
RGB
CMYK
RGB Variations
Color information
#33188F (or 0x33188F) is known color: Persian Indigo. HEX triplet: 33, 18 and 8F. RGB value is (51,24,143). Sum of RGB (Red+Green+Blue) = 51+24+143=218 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.39% from 218); Green value is 24 (9.77% from 255 or 11.01% from 218); Blue value is 143 (56.25% from 255 or 65.60% from 218); Max value from RGB is 143 - color contains mainly: blue. Hex color #33188F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #33188F is #CCE770. Grayscale: #2D2D2D. Windows color (decimal): -13428593 or 9377843. OLE color: 9377843.
HSL color Cylindrical-coordinate representation of color #33188F: hue angle of 253.61º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #33188F is Cyan = 0.64, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 51 | 24 | 143 | - |
| CMYK | 0.64 | 0.83 | 0 | 0.44 |
| HSL | 253.61º | 0.71% | 0.33% | - |
| HSV(B) | 253.61º | 0.83% | 0.56% | - |
| XYZ | 6.65 | 3.34 | 26.28 | - |
| YUV | 45.64 | 182.95 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 24 | 143 | 0.64 | 0.83 | 0 | 0.44 | 253.61 | 0.71 | 0.33 |
| Hex | 33 | 18 | 8F | 40 | 53 | 0 | 2C | FE | 47 | 21 |
| Octal | 63 | 30 | 217 | 100 | 123 | 0 | 54 | 376 | 107 | 41 |
| Binary | 110011 | 11000 | 10001111 | 1000000 | 1010011 | 0 | 101100 | 11111110 | 1000111 | 100001 |
Color Harmonies of #33188F
Complementary color
Monochromatic Colors of #33188F
Black with #33188F
Text Example
Text Example
White with #33188F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33188F; }
p { color: rgb(51,24,143); }
H1.HeaderClassName
{
color: #33188F;
}
.AnyTagClassName
{
color: #33188F;
}
</style>
background-color css
<style>
a { background-color: #33188F; }
a { background-color: rgb(51,24,143); }
div.DivClassName
{
background-color: #33188F;
}
.BgClassName
{
background-color: #33188F;
}
</style>
border-color css
<style>
span { border-color: #33188F; }
span { border-color: rgb(51,24,143); }
td.TdClassName
{
border-color: #33188F;
}
.TagClassName
{
border-color: #33188F;
}
</style>