Shades of Persian Blue #3231D5
Tints of Persian Blue #3231D5
RGB
CMYK
RGB Variations
Color information
#3231D5 (or 0x3231D5) is known color: Persian Blue. HEX triplet: 32, 31 and D5. RGB value is (50,49,213). Sum of RGB (Red+Green+Blue) = 50+49+213=312 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.03% from 312); Green value is 49 (19.53% from 255 or 15.71% from 312); Blue value is 213 (83.59% from 255 or 68.27% from 312); Max value from RGB is 213 - color contains mainly: blue. Hex color #3231D5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3231D5 is #CDCE2A. Grayscale: #434343. Windows color (decimal): -13487659 or 13971762. OLE color: 13971762.
HSL color Cylindrical-coordinate representation of color #3231D5: hue angle of 240.37º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3231D5 is Cyan = 0.77, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 50 | 49 | 213 | - |
| CMYK | 0.77 | 0.77 | 0 | 0.16 |
| HSL | 240.37º | 0.66% | 0.51% | - |
| HSV(B) | 240.37º | 0.77% | 0.84% | - |
| XYZ | 14.42 | 7.68 | 63.67 | - |
| YUV | 68 | 209.83 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 49 | 213 | 0.77 | 0.77 | 0 | 0.16 | 240.37 | 0.66 | 0.51 |
| Hex | 32 | 31 | D5 | 4D | 4D | 0 | 10 | F0 | 42 | 33 |
| Octal | 62 | 61 | 325 | 115 | 115 | 0 | 20 | 360 | 102 | 63 |
| Binary | 110010 | 110001 | 11010101 | 1001101 | 1001101 | 0 | 10000 | 11110000 | 1000010 | 110011 |
Color Harmonies of #3231D5
Complementary color
Monochromatic Colors of #3231D5
Black with #3231D5
Text Example
Text Example
White with #3231D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3231D5; }
p { color: rgb(50,49,213); }
H1.HeaderClassName
{
color: #3231D5;
}
.AnyTagClassName
{
color: #3231D5;
}
</style>
background-color css
<style>
a { background-color: #3231D5; }
a { background-color: rgb(50,49,213); }
div.DivClassName
{
background-color: #3231D5;
}
.BgClassName
{
background-color: #3231D5;
}
</style>
border-color css
<style>
span { border-color: #3231D5; }
span { border-color: rgb(50,49,213); }
td.TdClassName
{
border-color: #3231D5;
}
.TagClassName
{
border-color: #3231D5;
}
</style>