Shades of Persian Blue #323FA7
Tints of Persian Blue #323FA7
RGB
CMYK
RGB Variations
Color information
#323FA7 (or 0x323FA7) is known color: Persian Blue. HEX triplet: 32, 3F and A7. RGB value is (50,63,167). Sum of RGB (Red+Green+Blue) = 50+63+167=280 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.86% from 280); Green value is 63 (25% from 255 or 22.5% from 280); Blue value is 167 (65.62% from 255 or 59.64% from 280); Max value from RGB is 167 - color contains mainly: blue. Hex color #323FA7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323FA7 is #CDC058. Grayscale: #464646. Windows color (decimal): -13484121 or 10960690. OLE color: 10960690.
HSL color Cylindrical-coordinate representation of color #323FA7: hue angle of 233.33º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #323FA7 is Cyan = 0.70, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 50 | 63 | 167 | - |
| CMYK | 0.70 | 0.62 | 0 | 0.35 |
| HSL | 233.33º | 0.54% | 0.43% | - |
| HSV(B) | 233.33º | 0.7% | 0.65% | - |
| XYZ | 10.07 | 7.02 | 37.38 | - |
| YUV | 70.97 | 182.19 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 63 | 167 | 0.70 | 0.62 | 0 | 0.35 | 233.33 | 0.54 | 0.43 |
| Hex | 32 | 3F | A7 | 46 | 3E | 0 | 23 | E9 | 36 | 2B |
| Octal | 62 | 77 | 247 | 106 | 76 | 0 | 43 | 351 | 66 | 53 |
| Binary | 110010 | 111111 | 10100111 | 1000110 | 111110 | 0 | 100011 | 11101001 | 110110 | 101011 |
Color Harmonies of #323FA7
Complementary color
Monochromatic Colors of #323FA7
Black with #323FA7
Text Example
Text Example
White with #323FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323FA7; }
p { color: rgb(50,63,167); }
H1.HeaderClassName
{
color: #323FA7;
}
.AnyTagClassName
{
color: #323FA7;
}
</style>
background-color css
<style>
a { background-color: #323FA7; }
a { background-color: rgb(50,63,167); }
div.DivClassName
{
background-color: #323FA7;
}
.BgClassName
{
background-color: #323FA7;
}
</style>
border-color css
<style>
span { border-color: #323FA7; }
span { border-color: rgb(50,63,167); }
td.TdClassName
{
border-color: #323FA7;
}
.TagClassName
{
border-color: #323FA7;
}
</style>