Shades of Persian Blue #202ACF
Tints of Persian Blue #202ACF
RGB
CMYK
RGB Variations
Color information
#202ACF (or 0x202ACF) is known color: Persian Blue. HEX triplet: 20, 2A and CF. RGB value is (32,42,207). Sum of RGB (Red+Green+Blue) = 32+42+207=281 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.39% from 281); Green value is 42 (16.80% from 255 or 14.95% from 281); Blue value is 207 (81.25% from 255 or 73.67% from 281); Max value from RGB is 207 - color contains mainly: blue. Hex color #202ACF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #202ACF is #DFD530. Grayscale: #393939. Windows color (decimal): -14669105 or 13576736. OLE color: 13576736.
HSL color Cylindrical-coordinate representation of color #202ACF: hue angle of 236.57º 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 #202ACF is Cyan = 0.85, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 42 | 207 | - |
| CMYK | 0.85 | 0.80 | 0 | 0.19 |
| HSL | 236.57º | 0.73% | 0.47% | - |
| HSV(B) | 236.57º | 0.85% | 0.81% | - |
| XYZ | 12.69 | 6.47 | 59.61 | - |
| YUV | 57.82 | 212.19 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 42 | 207 | 0.85 | 0.80 | 0 | 0.19 | 236.57 | 0.73 | 0.47 |
| Hex | 20 | 2A | CF | 55 | 50 | 0 | 13 | ED | 49 | 2F |
| Octal | 40 | 52 | 317 | 125 | 120 | 0 | 23 | 355 | 111 | 57 |
| Binary | 100000 | 101010 | 11001111 | 1010101 | 1010000 | 0 | 10011 | 11101101 | 1001001 | 101111 |
Color Harmonies of #202ACF
Complementary color
Monochromatic Colors of #202ACF
Black with #202ACF
Text Example
Text Example
White with #202ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202ACF; }
p { color: rgb(32,42,207); }
H1.HeaderClassName
{
color: #202ACF;
}
.AnyTagClassName
{
color: #202ACF;
}
</style>
background-color css
<style>
a { background-color: #202ACF; }
a { background-color: rgb(32,42,207); }
div.DivClassName
{
background-color: #202ACF;
}
.BgClassName
{
background-color: #202ACF;
}
</style>
border-color css
<style>
span { border-color: #202ACF; }
span { border-color: rgb(32,42,207); }
td.TdClassName
{
border-color: #202ACF;
}
.TagClassName
{
border-color: #202ACF;
}
</style>