Shades of Persian Blue #321BBF
Tints of Persian Blue #321BBF
RGB
CMYK
RGB Variations
Color information
#321BBF (or 0x321BBF) is known color: Persian Blue. HEX triplet: 32, 1B and BF. RGB value is (50,27,191). Sum of RGB (Red+Green+Blue) = 50+27+191=268 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.66% from 268); Green value is 27 (10.94% from 255 or 10.07% from 268); Blue value is 191 (75% from 255 or 71.27% from 268); Max value from RGB is 191 - color contains mainly: blue. Hex color #321BBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321BBF is #CDE440. Grayscale: #333333. Windows color (decimal): -13493313 or 12524338. OLE color: 12524338.
HSL color Cylindrical-coordinate representation of color #321BBF: hue angle of 248.41º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #321BBF is Cyan = 0.74, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 27 | 191 | - |
| CMYK | 0.74 | 0.86 | 0 | 0.25 |
| HSL | 248.41º | 0.75% | 0.43% | - |
| HSV(B) | 248.41º | 0.86% | 0.75% | - |
| XYZ | 11.11 | 5.22 | 49.71 | - |
| YUV | 52.57 | 206.12 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 27 | 191 | 0.74 | 0.86 | 0 | 0.25 | 248.41 | 0.75 | 0.43 |
| Hex | 32 | 1B | BF | 4A | 56 | 0 | 19 | F8 | 4B | 2B |
| Octal | 62 | 33 | 277 | 112 | 126 | 0 | 31 | 370 | 113 | 53 |
| Binary | 110010 | 11011 | 10111111 | 1001010 | 1010110 | 0 | 11001 | 11111000 | 1001011 | 101011 |
Color Harmonies of #321BBF
Complementary color
Monochromatic Colors of #321BBF
Black with #321BBF
Text Example
Text Example
White with #321BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321BBF; }
p { color: rgb(50,27,191); }
H1.HeaderClassName
{
color: #321BBF;
}
.AnyTagClassName
{
color: #321BBF;
}
</style>
background-color css
<style>
a { background-color: #321BBF; }
a { background-color: rgb(50,27,191); }
div.DivClassName
{
background-color: #321BBF;
}
.BgClassName
{
background-color: #321BBF;
}
</style>
border-color css
<style>
span { border-color: #321BBF; }
span { border-color: rgb(50,27,191); }
td.TdClassName
{
border-color: #321BBF;
}
.TagClassName
{
border-color: #321BBF;
}
</style>