Shades of Persian Indigo #33258D
Tints of Persian Indigo #33258D
RGB
CMYK
RGB Variations
Color information
#33258D (or 0x33258D) is known color: Persian Indigo. HEX triplet: 33, 25 and 8D. RGB value is (51,37,141). Sum of RGB (Red+Green+Blue) = 51+37+141=229 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.27% from 229); Green value is 37 (14.84% from 255 or 16.16% from 229); Blue value is 141 (55.47% from 255 or 61.57% from 229); Max value from RGB is 141 - color contains mainly: blue. Hex color #33258D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33258D is #CCDA72. Grayscale: #343434. Windows color (decimal): -13425267 or 9250099. OLE color: 9250099.
HSL color Cylindrical-coordinate representation of color #33258D: hue angle of 248.08º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #33258D is Cyan = 0.64, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 37 | 141 | - |
| CMYK | 0.64 | 0.74 | 0 | 0.45 |
| HSL | 248.08º | 0.58% | 0.35% | - |
| HSV(B) | 248.08º | 0.74% | 0.55% | - |
| XYZ | 6.83 | 3.95 | 25.6 | - |
| YUV | 53.04 | 177.64 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 37 | 141 | 0.64 | 0.74 | 0 | 0.45 | 248.08 | 0.58 | 0.35 |
| Hex | 33 | 25 | 8D | 40 | 4A | 0 | 2D | F8 | 3A | 23 |
| Octal | 63 | 45 | 215 | 100 | 112 | 0 | 55 | 370 | 72 | 43 |
| Binary | 110011 | 100101 | 10001101 | 1000000 | 1001010 | 0 | 101101 | 11111000 | 111010 | 100011 |
Color Harmonies of #33258D
Complementary color
Monochromatic Colors of #33258D
Black with #33258D
Text Example
Text Example
White with #33258D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33258D; }
p { color: rgb(51,37,141); }
H1.HeaderClassName
{
color: #33258D;
}
.AnyTagClassName
{
color: #33258D;
}
</style>
background-color css
<style>
a { background-color: #33258D; }
a { background-color: rgb(51,37,141); }
div.DivClassName
{
background-color: #33258D;
}
.BgClassName
{
background-color: #33258D;
}
</style>
border-color css
<style>
span { border-color: #33258D; }
span { border-color: rgb(51,37,141); }
td.TdClassName
{
border-color: #33258D;
}
.TagClassName
{
border-color: #33258D;
}
</style>