Shades of Persian Blue #2042CF
Tints of Persian Blue #2042CF
RGB
CMYK
RGB Variations
Color information
#2042CF (or 0x2042CF) is known color: Persian Blue. HEX triplet: 20, 42 and CF. RGB value is (32,66,207). Sum of RGB (Red+Green+Blue) = 32+66+207=305 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.49% from 305); Green value is 66 (26.17% from 255 or 21.64% from 305); Blue value is 207 (81.25% from 255 or 67.87% from 305); Max value from RGB is 207 - color contains mainly: blue. Hex color #2042CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2042CF is #DFBD30. Grayscale: #474747. Windows color (decimal): -14662961 or 13582880. OLE color: 13582880.
HSL color Cylindrical-coordinate representation of color #2042CF: hue angle of 228.34º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2042CF is Cyan = 0.85, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 66 | 207 | - |
| CMYK | 0.85 | 0.68 | 0 | 0.19 |
| HSL | 228.34º | 0.73% | 0.47% | - |
| HSV(B) | 228.34º | 0.85% | 0.81% | - |
| XYZ | 13.81 | 8.71 | 59.98 | - |
| YUV | 71.91 | 204.24 | 99.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 66 | 207 | 0.85 | 0.68 | 0 | 0.19 | 228.34 | 0.73 | 0.47 |
| Hex | 20 | 42 | CF | 55 | 44 | 0 | 13 | E4 | 49 | 2F |
| Octal | 40 | 102 | 317 | 125 | 104 | 0 | 23 | 344 | 111 | 57 |
| Binary | 100000 | 1000010 | 11001111 | 1010101 | 1000100 | 0 | 10011 | 11100100 | 1001001 | 101111 |
Color Harmonies of #2042CF
Complementary color
Monochromatic Colors of #2042CF
Black with #2042CF
Text Example
Text Example
White with #2042CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2042CF; }
p { color: rgb(32,66,207); }
H1.HeaderClassName
{
color: #2042CF;
}
.AnyTagClassName
{
color: #2042CF;
}
</style>
background-color css
<style>
a { background-color: #2042CF; }
a { background-color: rgb(32,66,207); }
div.DivClassName
{
background-color: #2042CF;
}
.BgClassName
{
background-color: #2042CF;
}
</style>
border-color css
<style>
span { border-color: #2042CF; }
span { border-color: rgb(32,66,207); }
td.TdClassName
{
border-color: #2042CF;
}
.TagClassName
{
border-color: #2042CF;
}
</style>