Shades of Persian Blue #321BBD
Tints of Persian Blue #321BBD
RGB
CMYK
RGB Variations
Color information
#321BBD (or 0x321BBD) is known color: Persian Blue. HEX triplet: 32, 1B and BD. RGB value is (50,27,189). Sum of RGB (Red+Green+Blue) = 50+27+189=266 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.80% from 266); Green value is 27 (10.94% from 255 or 10.15% from 266); Blue value is 189 (74.22% from 255 or 71.05% from 266); Max value from RGB is 189 - color contains mainly: blue. Hex color #321BBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321BBD is #CDE442. Grayscale: #333333. Windows color (decimal): -13493315 or 12393266. OLE color: 12393266.
HSL color Cylindrical-coordinate representation of color #321BBD: hue angle of 248.52º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #321BBD is Cyan = 0.74, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 27 | 189 | - |
| CMYK | 0.74 | 0.86 | 0 | 0.26 |
| HSL | 248.52º | 0.75% | 0.42% | - |
| HSV(B) | 248.52º | 0.86% | 0.74% | - |
| XYZ | 10.89 | 5.14 | 48.56 | - |
| YUV | 52.35 | 205.12 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 27 | 189 | 0.74 | 0.86 | 0 | 0.26 | 248.52 | 0.75 | 0.42 |
| Hex | 32 | 1B | BD | 4A | 56 | 0 | 1A | F9 | 4B | 2A |
| Octal | 62 | 33 | 275 | 112 | 126 | 0 | 32 | 371 | 113 | 52 |
| Binary | 110010 | 11011 | 10111101 | 1001010 | 1010110 | 0 | 11010 | 11111001 | 1001011 | 101010 |
Color Harmonies of #321BBD
Complementary color
Monochromatic Colors of #321BBD
Black with #321BBD
Text Example
Text Example
White with #321BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321BBD; }
p { color: rgb(50,27,189); }
H1.HeaderClassName
{
color: #321BBD;
}
.AnyTagClassName
{
color: #321BBD;
}
</style>
background-color css
<style>
a { background-color: #321BBD; }
a { background-color: rgb(50,27,189); }
div.DivClassName
{
background-color: #321BBD;
}
.BgClassName
{
background-color: #321BBD;
}
</style>
border-color css
<style>
span { border-color: #321BBD; }
span { border-color: rgb(50,27,189); }
td.TdClassName
{
border-color: #321BBD;
}
.TagClassName
{
border-color: #321BBD;
}
</style>