Shades of Persian Blue #3218BD
Tints of Persian Blue #3218BD
RGB
CMYK
RGB Variations
Color information
#3218BD (or 0x3218BD) is known color: Persian Blue. HEX triplet: 32, 18 and BD. RGB value is (50,24,189). Sum of RGB (Red+Green+Blue) = 50+24+189=263 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.01% from 263); Green value is 24 (9.77% from 255 or 9.13% from 263); Blue value is 189 (74.22% from 255 or 71.86% from 263); Max value from RGB is 189 - color contains mainly: blue. Hex color #3218BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3218BD is #CDE742. Grayscale: #313131. Windows color (decimal): -13494083 or 12392498. OLE color: 12392498.
HSL color Cylindrical-coordinate representation of color #3218BD: hue angle of 249.45º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3218BD is Cyan = 0.74, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 24 | 189 | - |
| CMYK | 0.74 | 0.87 | 0 | 0.26 |
| HSL | 249.45º | 0.77% | 0.42% | - |
| HSV(B) | 249.45º | 0.87% | 0.74% | - |
| XYZ | 10.83 | 5.01 | 48.54 | - |
| YUV | 50.58 | 206.11 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 24 | 189 | 0.74 | 0.87 | 0 | 0.26 | 249.45 | 0.77 | 0.42 |
| Hex | 32 | 18 | BD | 4A | 57 | 0 | 1A | F9 | 4D | 2A |
| Octal | 62 | 30 | 275 | 112 | 127 | 0 | 32 | 371 | 115 | 52 |
| Binary | 110010 | 11000 | 10111101 | 1001010 | 1010111 | 0 | 11010 | 11111001 | 1001101 | 101010 |
Color Harmonies of #3218BD
Complementary color
Monochromatic Colors of #3218BD
Black with #3218BD
Text Example
Text Example
White with #3218BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3218BD; }
p { color: rgb(50,24,189); }
H1.HeaderClassName
{
color: #3218BD;
}
.AnyTagClassName
{
color: #3218BD;
}
</style>
background-color css
<style>
a { background-color: #3218BD; }
a { background-color: rgb(50,24,189); }
div.DivClassName
{
background-color: #3218BD;
}
.BgClassName
{
background-color: #3218BD;
}
</style>
border-color css
<style>
span { border-color: #3218BD; }
span { border-color: rgb(50,24,189); }
td.TdClassName
{
border-color: #3218BD;
}
.TagClassName
{
border-color: #3218BD;
}
</style>