Shades of Persian Blue #323FAB
Tints of Persian Blue #323FAB
RGB
CMYK
RGB Variations
Color information
#323FAB (or 0x323FAB) is known color: Persian Blue. HEX triplet: 32, 3F and AB. RGB value is (50,63,171). Sum of RGB (Red+Green+Blue) = 50+63+171=284 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.61% from 284); Green value is 63 (25% from 255 or 22.18% from 284); Blue value is 171 (67.19% from 255 or 60.21% from 284); Max value from RGB is 171 - color contains mainly: blue. Hex color #323FAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323FAB is #CDC054. Grayscale: #464646. Windows color (decimal): -13484117 or 11222834. OLE color: 11222834.
HSL color Cylindrical-coordinate representation of color #323FAB: hue angle of 233.55º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #323FAB is Cyan = 0.71, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 63 | 171 | - |
| CMYK | 0.71 | 0.63 | 0 | 0.33 |
| HSL | 233.55º | 0.55% | 0.43% | - |
| HSV(B) | 233.55º | 0.71% | 0.67% | - |
| XYZ | 10.44 | 7.17 | 39.36 | - |
| YUV | 71.43 | 184.19 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 63 | 171 | 0.71 | 0.63 | 0 | 0.33 | 233.55 | 0.55 | 0.43 |
| Hex | 32 | 3F | AB | 47 | 3F | 0 | 21 | EA | 37 | 2B |
| Octal | 62 | 77 | 253 | 107 | 77 | 0 | 41 | 352 | 67 | 53 |
| Binary | 110010 | 111111 | 10101011 | 1000111 | 111111 | 0 | 100001 | 11101010 | 110111 | 101011 |
Color Harmonies of #323FAB
Complementary color
Monochromatic Colors of #323FAB
Black with #323FAB
Text Example
Text Example
White with #323FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323FAB; }
p { color: rgb(50,63,171); }
H1.HeaderClassName
{
color: #323FAB;
}
.AnyTagClassName
{
color: #323FAB;
}
</style>
background-color css
<style>
a { background-color: #323FAB; }
a { background-color: rgb(50,63,171); }
div.DivClassName
{
background-color: #323FAB;
}
.BgClassName
{
background-color: #323FAB;
}
</style>
border-color css
<style>
span { border-color: #323FAB; }
span { border-color: rgb(50,63,171); }
td.TdClassName
{
border-color: #323FAB;
}
.TagClassName
{
border-color: #323FAB;
}
</style>