Shades of Persian Blue #202DB1
Tints of Persian Blue #202DB1
RGB
CMYK
RGB Variations
Color information
#202DB1 (or 0x202DB1) is known color: Persian Blue. HEX triplet: 20, 2D and B1. RGB value is (32,45,177). Sum of RGB (Red+Green+Blue) = 32+45+177=254 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.60% from 254); Green value is 45 (17.97% from 255 or 17.72% from 254); Blue value is 177 (69.53% from 255 or 69.69% from 254); Max value from RGB is 177 - color contains mainly: blue. Hex color #202DB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202DB1 is #DFD24E. Grayscale: #373737. Windows color (decimal): -14668367 or 11611424. OLE color: 11611424.
HSL color Cylindrical-coordinate representation of color #202DB1: hue angle of 234.62º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #202DB1 is Cyan = 0.82, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 32 | 45 | 177 | - |
| CMYK | 0.82 | 0.75 | 0 | 0.31 |
| HSL | 234.62º | 0.69% | 0.41% | - |
| HSV(B) | 234.62º | 0.82% | 0.69% | - |
| XYZ | 9.47 | 5.36 | 42.13 | - |
| YUV | 56.16 | 196.19 | 110.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 45 | 177 | 0.82 | 0.75 | 0 | 0.31 | 234.62 | 0.69 | 0.41 |
| Hex | 20 | 2D | B1 | 52 | 4B | 0 | 1F | EB | 45 | 29 |
| Octal | 40 | 55 | 261 | 122 | 113 | 0 | 37 | 353 | 105 | 51 |
| Binary | 100000 | 101101 | 10110001 | 1010010 | 1001011 | 0 | 11111 | 11101011 | 1000101 | 101001 |
Color Harmonies of #202DB1
Complementary color
Monochromatic Colors of #202DB1
Black with #202DB1
Text Example
Text Example
White with #202DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202DB1; }
p { color: rgb(32,45,177); }
H1.HeaderClassName
{
color: #202DB1;
}
.AnyTagClassName
{
color: #202DB1;
}
</style>
background-color css
<style>
a { background-color: #202DB1; }
a { background-color: rgb(32,45,177); }
div.DivClassName
{
background-color: #202DB1;
}
.BgClassName
{
background-color: #202DB1;
}
</style>
border-color css
<style>
span { border-color: #202DB1; }
span { border-color: rgb(32,45,177); }
td.TdClassName
{
border-color: #202DB1;
}
.TagClassName
{
border-color: #202DB1;
}
</style>