Shades of Persian Indigo #352272
Tints of Persian Indigo #352272
RGB
CMYK
RGB Variations
Color information
#352272 (or 0x352272) is known color: Persian Indigo. HEX triplet: 35, 22 and 72. RGB value is (53,34,114). Sum of RGB (Red+Green+Blue) = 53+34+114=201 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.37% from 201); Green value is 34 (13.67% from 255 or 16.92% from 201); Blue value is 114 (44.92% from 255 or 56.72% from 201); Max value from RGB is 114 - color contains mainly: blue. Hex color #352272 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352272 is #CADD8D. Grayscale: #303030. Windows color (decimal): -13294990 or 7479861. OLE color: 7479861.
HSL color Cylindrical-coordinate representation of color #352272: hue angle of 254.25º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #352272 is Cyan = 0.54, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 53 | 34 | 114 | - |
| CMYK | 0.54 | 0.70 | 0 | 0.55 |
| HSL | 254.25º | 0.54% | 0.29% | - |
| HSV(B) | 254.25º | 0.7% | 0.45% | - |
| XYZ | 5.08 | 3.12 | 16.25 | - |
| YUV | 48.8 | 164.79 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 34 | 114 | 0.54 | 0.70 | 0 | 0.55 | 254.25 | 0.54 | 0.29 |
| Hex | 35 | 22 | 72 | 36 | 46 | 0 | 37 | FE | 36 | 1D |
| Octal | 65 | 42 | 162 | 66 | 106 | 0 | 67 | 376 | 66 | 35 |
| Binary | 110101 | 100010 | 1110010 | 110110 | 1000110 | 0 | 110111 | 11111110 | 110110 | 11101 |
Color Harmonies of #352272
Complementary color
Monochromatic Colors of #352272
Black with #352272
Text Example
Text Example
White with #352272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352272; }
p { color: rgb(53,34,114); }
H1.HeaderClassName
{
color: #352272;
}
.AnyTagClassName
{
color: #352272;
}
</style>
background-color css
<style>
a { background-color: #352272; }
a { background-color: rgb(53,34,114); }
div.DivClassName
{
background-color: #352272;
}
.BgClassName
{
background-color: #352272;
}
</style>
border-color css
<style>
span { border-color: #352272; }
span { border-color: rgb(53,34,114); }
td.TdClassName
{
border-color: #352272;
}
.TagClassName
{
border-color: #352272;
}
</style>