Shades of Persian Indigo #33227B
Tints of Persian Indigo #33227B
RGB
CMYK
RGB Variations
Color information
#33227B (or 0x33227B) is known color: Persian Indigo. HEX triplet: 33, 22 and 7B. RGB value is (51,34,123). Sum of RGB (Red+Green+Blue) = 51+34+123=208 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.52% from 208); Green value is 34 (13.67% from 255 or 16.35% from 208); Blue value is 123 (48.44% from 255 or 59.13% from 208); Max value from RGB is 123 - color contains mainly: blue. Hex color #33227B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33227B is #CCDD84. Grayscale: #303030. Windows color (decimal): -13426053 or 8069683. OLE color: 8069683.
HSL color Cylindrical-coordinate representation of color #33227B: hue angle of 251.46º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #33227B is Cyan = 0.59, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 51 | 34 | 123 | - |
| CMYK | 0.59 | 0.72 | 0 | 0.52 |
| HSL | 251.46º | 0.57% | 0.31% | - |
| HSV(B) | 251.46º | 0.72% | 0.48% | - |
| XYZ | 5.51 | 3.28 | 19.08 | - |
| YUV | 49.23 | 169.63 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 34 | 123 | 0.59 | 0.72 | 0 | 0.52 | 251.46 | 0.57 | 0.31 |
| Hex | 33 | 22 | 7B | 3B | 48 | 0 | 34 | FB | 39 | 1F |
| Octal | 63 | 42 | 173 | 73 | 110 | 0 | 64 | 373 | 71 | 37 |
| Binary | 110011 | 100010 | 1111011 | 111011 | 1001000 | 0 | 110100 | 11111011 | 111001 | 11111 |
Color Harmonies of #33227B
Complementary color
Monochromatic Colors of #33227B
Black with #33227B
Text Example
Text Example
White with #33227B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33227B; }
p { color: rgb(51,34,123); }
H1.HeaderClassName
{
color: #33227B;
}
.AnyTagClassName
{
color: #33227B;
}
</style>
background-color css
<style>
a { background-color: #33227B; }
a { background-color: rgb(51,34,123); }
div.DivClassName
{
background-color: #33227B;
}
.BgClassName
{
background-color: #33227B;
}
</style>
border-color css
<style>
span { border-color: #33227B; }
span { border-color: rgb(51,34,123); }
td.TdClassName
{
border-color: #33227B;
}
.TagClassName
{
border-color: #33227B;
}
</style>