Shades of Persian Blue #203FE7
Tints of Persian Blue #203FE7
RGB
CMYK
RGB Variations
Color information
#203FE7 (or 0x203FE7) is known color: Persian Blue. HEX triplet: 20, 3F and E7. RGB value is (32,63,231). Sum of RGB (Red+Green+Blue) = 32+63+231=326 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.82% from 326); Green value is 63 (25% from 255 or 19.33% from 326); Blue value is 231 (90.62% from 255 or 70.86% from 326); Max value from RGB is 231 - color contains mainly: blue. Hex color #203FE7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #203FE7 is #DFC018. Grayscale: #484848. Windows color (decimal): -14663705 or 15154976. OLE color: 15154976.
HSL color Cylindrical-coordinate representation of color #203FE7: hue angle of 230.65º degrees, saturation: 0.81, 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 #203FE7 is Cyan = 0.86, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 32 | 63 | 231 | - |
| CMYK | 0.86 | 0.73 | 0 | 0.09 |
| HSL | 230.65º | 0.81% | 0.52% | - |
| HSV(B) | 230.65º | 0.86% | 0.91% | - |
| XYZ | 16.8 | 9.63 | 76.58 | - |
| YUV | 72.88 | 217.23 | 98.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 63 | 231 | 0.86 | 0.73 | 0 | 0.09 | 230.65 | 0.81 | 0.52 |
| Hex | 20 | 3F | E7 | 56 | 49 | 0 | 9 | E7 | 51 | 34 |
| Octal | 40 | 77 | 347 | 126 | 111 | 0 | 11 | 347 | 121 | 64 |
| Binary | 100000 | 111111 | 11100111 | 1010110 | 1001001 | 0 | 1001 | 11100111 | 1010001 | 110100 |
Color Harmonies of #203FE7
Complementary color
Monochromatic Colors of #203FE7
Black with #203FE7
Text Example
Text Example
White with #203FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203FE7; }
p { color: rgb(32,63,231); }
H1.HeaderClassName
{
color: #203FE7;
}
.AnyTagClassName
{
color: #203FE7;
}
</style>
background-color css
<style>
a { background-color: #203FE7; }
a { background-color: rgb(32,63,231); }
div.DivClassName
{
background-color: #203FE7;
}
.BgClassName
{
background-color: #203FE7;
}
</style>
border-color css
<style>
span { border-color: #203FE7; }
span { border-color: rgb(32,63,231); }
td.TdClassName
{
border-color: #203FE7;
}
.TagClassName
{
border-color: #203FE7;
}
</style>