Shades of Persian Blue #3227BD
Tints of Persian Blue #3227BD
RGB
CMYK
RGB Variations
Color information
#3227BD (or 0x3227BD) is known color: Persian Blue. HEX triplet: 32, 27 and BD. RGB value is (50,39,189). Sum of RGB (Red+Green+Blue) = 50+39+189=278 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.99% from 278); Green value is 39 (15.62% from 255 or 14.03% from 278); Blue value is 189 (74.22% from 255 or 67.99% from 278); Max value from RGB is 189 - color contains mainly: blue. Hex color #3227BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3227BD is #CDD842. Grayscale: #3A3A3A. Windows color (decimal): -13490243 or 12396338. OLE color: 12396338.
HSL color Cylindrical-coordinate representation of color #3227BD: hue angle of 244.4º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3227BD is Cyan = 0.74, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 39 | 189 | - |
| CMYK | 0.74 | 0.79 | 0 | 0.26 |
| HSL | 244.4º | 0.66% | 0.45% | - |
| HSV(B) | 244.4º | 0.79% | 0.74% | - |
| XYZ | 11.23 | 5.8 | 48.67 | - |
| YUV | 59.39 | 201.14 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 39 | 189 | 0.74 | 0.79 | 0 | 0.26 | 244.4 | 0.66 | 0.45 |
| Hex | 32 | 27 | BD | 4A | 4F | 0 | 1A | F4 | 42 | 2D |
| Octal | 62 | 47 | 275 | 112 | 117 | 0 | 32 | 364 | 102 | 55 |
| Binary | 110010 | 100111 | 10111101 | 1001010 | 1001111 | 0 | 11010 | 11110100 | 1000010 | 101101 |
Color Harmonies of #3227BD
Complementary color
Monochromatic Colors of #3227BD
Black with #3227BD
Text Example
Text Example
White with #3227BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3227BD; }
p { color: rgb(50,39,189); }
H1.HeaderClassName
{
color: #3227BD;
}
.AnyTagClassName
{
color: #3227BD;
}
</style>
background-color css
<style>
a { background-color: #3227BD; }
a { background-color: rgb(50,39,189); }
div.DivClassName
{
background-color: #3227BD;
}
.BgClassName
{
background-color: #3227BD;
}
</style>
border-color css
<style>
span { border-color: #3227BD; }
span { border-color: rgb(50,39,189); }
td.TdClassName
{
border-color: #3227BD;
}
.TagClassName
{
border-color: #3227BD;
}
</style>