Shades of Persian Indigo #33238B
Tints of Persian Indigo #33238B
RGB
CMYK
RGB Variations
Color information
#33238B (or 0x33238B) is known color: Persian Indigo. HEX triplet: 33, 23 and 8B. RGB value is (51,35,139). Sum of RGB (Red+Green+Blue) = 51+35+139=225 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.67% from 225); Green value is 35 (14.06% from 255 or 15.56% from 225); Blue value is 139 (54.69% from 255 or 61.78% from 225); Max value from RGB is 139 - color contains mainly: blue. Hex color #33238B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33238B is #CCDC74. Grayscale: #333333. Windows color (decimal): -13425781 or 9118515. OLE color: 9118515.
HSL color Cylindrical-coordinate representation of color #33238B: hue angle of 249.23º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33238B is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 35 | 139 | - |
| CMYK | 0.63 | 0.75 | 0 | 0.45 |
| HSL | 249.23º | 0.6% | 0.34% | - |
| HSV(B) | 249.23º | 0.75% | 0.55% | - |
| XYZ | 6.63 | 3.77 | 24.8 | - |
| YUV | 51.64 | 177.3 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 35 | 139 | 0.63 | 0.75 | 0 | 0.45 | 249.23 | 0.6 | 0.34 |
| Hex | 33 | 23 | 8B | 3F | 4B | 0 | 2D | F9 | 3C | 22 |
| Octal | 63 | 43 | 213 | 77 | 113 | 0 | 55 | 371 | 74 | 42 |
| Binary | 110011 | 100011 | 10001011 | 111111 | 1001011 | 0 | 101101 | 11111001 | 111100 | 100010 |
Color Harmonies of #33238B
Complementary color
Monochromatic Colors of #33238B
Black with #33238B
Text Example
Text Example
White with #33238B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33238B; }
p { color: rgb(51,35,139); }
H1.HeaderClassName
{
color: #33238B;
}
.AnyTagClassName
{
color: #33238B;
}
</style>
background-color css
<style>
a { background-color: #33238B; }
a { background-color: rgb(51,35,139); }
div.DivClassName
{
background-color: #33238B;
}
.BgClassName
{
background-color: #33238B;
}
</style>
border-color css
<style>
span { border-color: #33238B; }
span { border-color: rgb(51,35,139); }
td.TdClassName
{
border-color: #33238B;
}
.TagClassName
{
border-color: #33238B;
}
</style>