Shades of Persian Blue #321FBA
Tints of Persian Blue #321FBA
RGB
CMYK
RGB Variations
Color information
#321FBA (or 0x321FBA) is known color: Persian Blue. HEX triplet: 32, 1F and BA. RGB value is (50,31,186). Sum of RGB (Red+Green+Blue) = 50+31+186=267 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.73% from 267); Green value is 31 (12.5% from 255 or 11.61% from 267); Blue value is 186 (73.05% from 255 or 69.66% from 267); Max value from RGB is 186 - color contains mainly: blue. Hex color #321FBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321FBA is #CDE045. Grayscale: #353535. Windows color (decimal): -13492294 or 12197682. OLE color: 12197682.
HSL color Cylindrical-coordinate representation of color #321FBA: hue angle of 247.35º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #321FBA is Cyan = 0.73, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 31 | 186 | - |
| CMYK | 0.73 | 0.83 | 0 | 0.27 |
| HSL | 247.35º | 0.71% | 0.43% | - |
| HSV(B) | 247.35º | 0.83% | 0.73% | - |
| XYZ | 10.67 | 5.2 | 46.9 | - |
| YUV | 54.35 | 202.29 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 31 | 186 | 0.73 | 0.83 | 0 | 0.27 | 247.35 | 0.71 | 0.43 |
| Hex | 32 | 1F | BA | 49 | 53 | 0 | 1B | F7 | 47 | 2B |
| Octal | 62 | 37 | 272 | 111 | 123 | 0 | 33 | 367 | 107 | 53 |
| Binary | 110010 | 11111 | 10111010 | 1001001 | 1010011 | 0 | 11011 | 11110111 | 1000111 | 101011 |
Color Harmonies of #321FBA
Complementary color
Monochromatic Colors of #321FBA
Black with #321FBA
Text Example
Text Example
White with #321FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321FBA; }
p { color: rgb(50,31,186); }
H1.HeaderClassName
{
color: #321FBA;
}
.AnyTagClassName
{
color: #321FBA;
}
</style>
background-color css
<style>
a { background-color: #321FBA; }
a { background-color: rgb(50,31,186); }
div.DivClassName
{
background-color: #321FBA;
}
.BgClassName
{
background-color: #321FBA;
}
</style>
border-color css
<style>
span { border-color: #321FBA; }
span { border-color: rgb(50,31,186); }
td.TdClassName
{
border-color: #321FBA;
}
.TagClassName
{
border-color: #321FBA;
}
</style>