Shades of Persian Blue #203DE1
Tints of Persian Blue #203DE1
RGB
CMYK
RGB Variations
Color information
#203DE1 (or 0x203DE1) is known color: Persian Blue. HEX triplet: 20, 3D and E1. RGB value is (32,61,225). Sum of RGB (Red+Green+Blue) = 32+61+225=318 (42% of max value = 765). Red value is 32 (12.89% from 255 or 10.06% from 318); Green value is 61 (24.22% from 255 or 19.18% from 318); Blue value is 225 (88.28% from 255 or 70.75% from 318); Max value from RGB is 225 - color contains mainly: blue. Hex color #203DE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203DE1 is #DFC21E. Grayscale: #464646. Windows color (decimal): -14664223 or 14761248. OLE color: 14761248.
HSL color Cylindrical-coordinate representation of color #203DE1: hue angle of 230.98º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #203DE1 is Cyan = 0.86, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 32 | 61 | 225 | - |
| CMYK | 0.86 | 0.73 | 0 | 0.12 |
| HSL | 230.98º | 0.76% | 0.5% | - |
| HSV(B) | 230.98º | 0.86% | 0.88% | - |
| XYZ | 15.86 | 9.08 | 72.15 | - |
| YUV | 71.03 | 214.89 | 100.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 61 | 225 | 0.86 | 0.73 | 0 | 0.12 | 230.98 | 0.76 | 0.5 |
| Hex | 20 | 3D | E1 | 56 | 49 | 0 | C | E7 | 4C | 32 |
| Octal | 40 | 75 | 341 | 126 | 111 | 0 | 14 | 347 | 114 | 62 |
| Binary | 100000 | 111101 | 11100001 | 1010110 | 1001001 | 0 | 1100 | 11100111 | 1001100 | 110010 |
Color Harmonies of #203DE1
Complementary color
Monochromatic Colors of #203DE1
Black with #203DE1
Text Example
Text Example
White with #203DE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203DE1; }
p { color: rgb(32,61,225); }
H1.HeaderClassName
{
color: #203DE1;
}
.AnyTagClassName
{
color: #203DE1;
}
</style>
background-color css
<style>
a { background-color: #203DE1; }
a { background-color: rgb(32,61,225); }
div.DivClassName
{
background-color: #203DE1;
}
.BgClassName
{
background-color: #203DE1;
}
</style>
border-color css
<style>
span { border-color: #203DE1; }
span { border-color: rgb(32,61,225); }
td.TdClassName
{
border-color: #203DE1;
}
.TagClassName
{
border-color: #203DE1;
}
</style>