Shades of Persian Indigo #33198A
Tints of Persian Indigo #33198A
RGB
CMYK
RGB Variations
Color information
#33198A (or 0x33198A) is known color: Persian Indigo. HEX triplet: 33, 19 and 8A. RGB value is (51,25,138). Sum of RGB (Red+Green+Blue) = 51+25+138=214 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.83% from 214); Green value is 25 (10.16% from 255 or 11.68% from 214); Blue value is 138 (54.30% from 255 or 64.49% from 214); Max value from RGB is 138 - color contains mainly: blue. Hex color #33198A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #33198A is #CCE675. Grayscale: #2D2D2D. Windows color (decimal): -13428342 or 9050419. OLE color: 9050419.
HSL color Cylindrical-coordinate representation of color #33198A: hue angle of 253.81º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #33198A is Cyan = 0.63, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 51 | 25 | 138 | - |
| CMYK | 0.63 | 0.82 | 0 | 0.46 |
| HSL | 253.81º | 0.69% | 0.32% | - |
| HSV(B) | 253.81º | 0.82% | 0.54% | - |
| XYZ | 6.3 | 3.23 | 24.34 | - |
| YUV | 45.66 | 180.11 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 25 | 138 | 0.63 | 0.82 | 0 | 0.46 | 253.81 | 0.69 | 0.32 |
| Hex | 33 | 19 | 8A | 3F | 52 | 0 | 2E | FE | 45 | 20 |
| Octal | 63 | 31 | 212 | 77 | 122 | 0 | 56 | 376 | 105 | 40 |
| Binary | 110011 | 11001 | 10001010 | 111111 | 1010010 | 0 | 101110 | 11111110 | 1000101 | 100000 |
Color Harmonies of #33198A
Complementary color
Monochromatic Colors of #33198A
Black with #33198A
Text Example
Text Example
White with #33198A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33198A; }
p { color: rgb(51,25,138); }
H1.HeaderClassName
{
color: #33198A;
}
.AnyTagClassName
{
color: #33198A;
}
</style>
background-color css
<style>
a { background-color: #33198A; }
a { background-color: rgb(51,25,138); }
div.DivClassName
{
background-color: #33198A;
}
.BgClassName
{
background-color: #33198A;
}
</style>
border-color css
<style>
span { border-color: #33198A; }
span { border-color: rgb(51,25,138); }
td.TdClassName
{
border-color: #33198A;
}
.TagClassName
{
border-color: #33198A;
}
</style>