Shades of Persian Blue #202AC5
Tints of Persian Blue #202AC5
RGB
CMYK
RGB Variations
Color information
#202AC5 (or 0x202AC5) is known color: Persian Blue. HEX triplet: 20, 2A and C5. RGB value is (32,42,197). Sum of RGB (Red+Green+Blue) = 32+42+197=271 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.81% from 271); Green value is 42 (16.80% from 255 or 15.50% from 271); Blue value is 197 (77.34% from 255 or 72.69% from 271); Max value from RGB is 197 - color contains mainly: blue. Hex color #202AC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #202AC5 is #DFD53A. Grayscale: #383838. Windows color (decimal): -14669115 or 12921376. OLE color: 12921376.
HSL color Cylindrical-coordinate representation of color #202AC5: hue angle of 236.36º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #202AC5 is Cyan = 0.84, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 32 | 42 | 197 | - |
| CMYK | 0.84 | 0.79 | 0 | 0.23 |
| HSL | 236.36º | 0.72% | 0.45% | - |
| HSV(B) | 236.36º | 0.84% | 0.77% | - |
| XYZ | 11.5 | 5.99 | 53.37 | - |
| YUV | 56.68 | 207.19 | 110.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 42 | 197 | 0.84 | 0.79 | 0 | 0.23 | 236.36 | 0.72 | 0.45 |
| Hex | 20 | 2A | C5 | 54 | 4F | 0 | 17 | EC | 48 | 2D |
| Octal | 40 | 52 | 305 | 124 | 117 | 0 | 27 | 354 | 110 | 55 |
| Binary | 100000 | 101010 | 11000101 | 1010100 | 1001111 | 0 | 10111 | 11101100 | 1001000 | 101101 |
Color Harmonies of #202AC5
Complementary color
Monochromatic Colors of #202AC5
Black with #202AC5
Text Example
Text Example
White with #202AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202AC5; }
p { color: rgb(32,42,197); }
H1.HeaderClassName
{
color: #202AC5;
}
.AnyTagClassName
{
color: #202AC5;
}
</style>
background-color css
<style>
a { background-color: #202AC5; }
a { background-color: rgb(32,42,197); }
div.DivClassName
{
background-color: #202AC5;
}
.BgClassName
{
background-color: #202AC5;
}
</style>
border-color css
<style>
span { border-color: #202AC5; }
span { border-color: rgb(32,42,197); }
td.TdClassName
{
border-color: #202AC5;
}
.TagClassName
{
border-color: #202AC5;
}
</style>