Shades of Persian Blue #3229B5
Tints of Persian Blue #3229B5
RGB
CMYK
RGB Variations
Color information
#3229B5 (or 0x3229B5) is known color: Persian Blue. HEX triplet: 32, 29 and B5. RGB value is (50,41,181). Sum of RGB (Red+Green+Blue) = 50+41+181=272 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.38% from 272); Green value is 41 (16.41% from 255 or 15.07% from 272); Blue value is 181 (71.09% from 255 or 66.54% from 272); Max value from RGB is 181 - color contains mainly: blue. Hex color #3229B5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3229B5 is #CDD64A. Grayscale: #3B3B3B. Windows color (decimal): -13489739 or 11872562. OLE color: 11872562.
HSL color Cylindrical-coordinate representation of color #3229B5: hue angle of 243.86º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3229B5 is Cyan = 0.72, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 50 | 41 | 181 | - |
| CMYK | 0.72 | 0.77 | 0 | 0.29 |
| HSL | 243.86º | 0.63% | 0.44% | - |
| HSV(B) | 243.86º | 0.77% | 0.71% | - |
| XYZ | 10.45 | 5.6 | 44.25 | - |
| YUV | 59.65 | 196.48 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 41 | 181 | 0.72 | 0.77 | 0 | 0.29 | 243.86 | 0.63 | 0.44 |
| Hex | 32 | 29 | B5 | 48 | 4D | 0 | 1D | F4 | 3F | 2C |
| Octal | 62 | 51 | 265 | 110 | 115 | 0 | 35 | 364 | 77 | 54 |
| Binary | 110010 | 101001 | 10110101 | 1001000 | 1001101 | 0 | 11101 | 11110100 | 111111 | 101100 |
Color Harmonies of #3229B5
Complementary color
Monochromatic Colors of #3229B5
Black with #3229B5
Text Example
Text Example
White with #3229B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3229B5; }
p { color: rgb(50,41,181); }
H1.HeaderClassName
{
color: #3229B5;
}
.AnyTagClassName
{
color: #3229B5;
}
</style>
background-color css
<style>
a { background-color: #3229B5; }
a { background-color: rgb(50,41,181); }
div.DivClassName
{
background-color: #3229B5;
}
.BgClassName
{
background-color: #3229B5;
}
</style>
border-color css
<style>
span { border-color: #3229B5; }
span { border-color: rgb(50,41,181); }
td.TdClassName
{
border-color: #3229B5;
}
.TagClassName
{
border-color: #3229B5;
}
</style>