Shades of Persian Blue #321DAC
Tints of Persian Blue #321DAC
RGB
CMYK
RGB Variations
Color information
#321DAC (or 0x321DAC) is known color: Persian Blue. HEX triplet: 32, 1D and AC. RGB value is (50,29,172). Sum of RGB (Red+Green+Blue) = 50+29+172=251 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.92% from 251); Green value is 29 (11.72% from 255 or 11.55% from 251); Blue value is 172 (67.58% from 255 or 68.53% from 251); Max value from RGB is 172 - color contains mainly: blue. Hex color #321DAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #321DAC is #CDE253. Grayscale: #333333. Windows color (decimal): -13492820 or 11279666. OLE color: 11279666.
HSL color Cylindrical-coordinate representation of color #321DAC: hue angle of 248.81º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #321DAC is Cyan = 0.71, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 29 | 172 | - |
| CMYK | 0.71 | 0.83 | 0 | 0.33 |
| HSL | 248.81º | 0.71% | 0.39% | - |
| HSV(B) | 248.81º | 0.83% | 0.67% | - |
| XYZ | 9.2 | 4.54 | 39.42 | - |
| YUV | 51.58 | 195.96 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 29 | 172 | 0.71 | 0.83 | 0 | 0.33 | 248.81 | 0.71 | 0.39 |
| Hex | 32 | 1D | AC | 47 | 53 | 0 | 21 | F9 | 47 | 27 |
| Octal | 62 | 35 | 254 | 107 | 123 | 0 | 41 | 371 | 107 | 47 |
| Binary | 110010 | 11101 | 10101100 | 1000111 | 1010011 | 0 | 100001 | 11111001 | 1000111 | 100111 |
Color Harmonies of #321DAC
Complementary color
Monochromatic Colors of #321DAC
Black with #321DAC
Text Example
Text Example
White with #321DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321DAC; }
p { color: rgb(50,29,172); }
H1.HeaderClassName
{
color: #321DAC;
}
.AnyTagClassName
{
color: #321DAC;
}
</style>
background-color css
<style>
a { background-color: #321DAC; }
a { background-color: rgb(50,29,172); }
div.DivClassName
{
background-color: #321DAC;
}
.BgClassName
{
background-color: #321DAC;
}
</style>
border-color css
<style>
span { border-color: #321DAC; }
span { border-color: rgb(50,29,172); }
td.TdClassName
{
border-color: #321DAC;
}
.TagClassName
{
border-color: #321DAC;
}
</style>