Shades of Persian Blue #203FE9
Tints of Persian Blue #203FE9
RGB
CMYK
RGB Variations
Color information
#203FE9 (or 0x203FE9) is known color: Persian Blue. HEX triplet: 20, 3F and E9. RGB value is (32,63,233). Sum of RGB (Red+Green+Blue) = 32+63+233=328 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.76% from 328); Green value is 63 (25% from 255 or 19.21% from 328); Blue value is 233 (91.41% from 255 or 71.04% from 328); Max value from RGB is 233 - color contains mainly: blue. Hex color #203FE9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #203FE9 is #DFC016. Grayscale: #484848. Windows color (decimal): -14663703 or 15286048. OLE color: 15286048.
HSL color Cylindrical-coordinate representation of color #203FE9: hue angle of 230.75º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #203FE9 is Cyan = 0.86, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 32 | 63 | 233 | - |
| CMYK | 0.86 | 0.73 | 0 | 0.09 |
| HSL | 230.75º | 0.82% | 0.52% | - |
| HSV(B) | 230.75º | 0.86% | 0.91% | - |
| XYZ | 17.08 | 9.75 | 78.07 | - |
| YUV | 73.11 | 218.23 | 98.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 63 | 233 | 0.86 | 0.73 | 0 | 0.09 | 230.75 | 0.82 | 0.52 |
| Hex | 20 | 3F | E9 | 56 | 49 | 0 | 9 | E7 | 52 | 34 |
| Octal | 40 | 77 | 351 | 126 | 111 | 0 | 11 | 347 | 122 | 64 |
| Binary | 100000 | 111111 | 11101001 | 1010110 | 1001001 | 0 | 1001 | 11100111 | 1010010 | 110100 |
Color Harmonies of #203FE9
Complementary color
Monochromatic Colors of #203FE9
Black with #203FE9
Text Example
Text Example
White with #203FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203FE9; }
p { color: rgb(32,63,233); }
H1.HeaderClassName
{
color: #203FE9;
}
.AnyTagClassName
{
color: #203FE9;
}
</style>
background-color css
<style>
a { background-color: #203FE9; }
a { background-color: rgb(32,63,233); }
div.DivClassName
{
background-color: #203FE9;
}
.BgClassName
{
background-color: #203FE9;
}
</style>
border-color css
<style>
span { border-color: #203FE9; }
span { border-color: rgb(32,63,233); }
td.TdClassName
{
border-color: #203FE9;
}
.TagClassName
{
border-color: #203FE9;
}
</style>