Shades of Persian Blue #202FAB
Tints of Persian Blue #202FAB
RGB
CMYK
RGB Variations
Color information
#202FAB (or 0x202FAB) is known color: Persian Blue. HEX triplet: 20, 2F and AB. RGB value is (32,47,171). Sum of RGB (Red+Green+Blue) = 32+47+171=250 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.8% from 250); Green value is 47 (18.75% from 255 or 18.8% from 250); Blue value is 171 (67.19% from 255 or 68.4% from 250); Max value from RGB is 171 - color contains mainly: blue. Hex color #202FAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202FAB is #DFD054. Grayscale: #383838. Windows color (decimal): -14667861 or 11218720. OLE color: 11218720.
HSL color Cylindrical-coordinate representation of color #202FAB: hue angle of 233.53º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #202FAB is Cyan = 0.81, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 47 | 171 | - |
| CMYK | 0.81 | 0.73 | 0 | 0.33 |
| HSL | 233.53º | 0.68% | 0.4% | - |
| HSV(B) | 233.53º | 0.81% | 0.67% | - |
| XYZ | 8.96 | 5.28 | 39.07 | - |
| YUV | 56.65 | 192.53 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 47 | 171 | 0.81 | 0.73 | 0 | 0.33 | 233.53 | 0.68 | 0.4 |
| Hex | 20 | 2F | AB | 51 | 49 | 0 | 21 | EA | 44 | 28 |
| Octal | 40 | 57 | 253 | 121 | 111 | 0 | 41 | 352 | 104 | 50 |
| Binary | 100000 | 101111 | 10101011 | 1010001 | 1001001 | 0 | 100001 | 11101010 | 1000100 | 101000 |
Color Harmonies of #202FAB
Complementary color
Monochromatic Colors of #202FAB
Black with #202FAB
Text Example
Text Example
White with #202FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202FAB; }
p { color: rgb(32,47,171); }
H1.HeaderClassName
{
color: #202FAB;
}
.AnyTagClassName
{
color: #202FAB;
}
</style>
background-color css
<style>
a { background-color: #202FAB; }
a { background-color: rgb(32,47,171); }
div.DivClassName
{
background-color: #202FAB;
}
.BgClassName
{
background-color: #202FAB;
}
</style>
border-color css
<style>
span { border-color: #202FAB; }
span { border-color: rgb(32,47,171); }
td.TdClassName
{
border-color: #202FAB;
}
.TagClassName
{
border-color: #202FAB;
}
</style>