Shades of Persian Blue #2027DA
Tints of Persian Blue #2027DA
RGB
CMYK
RGB Variations
Color information
#2027DA (or 0x2027DA) is known color: Persian Blue. HEX triplet: 20, 27 and DA. RGB value is (32,39,218). Sum of RGB (Red+Green+Blue) = 32+39+218=289 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.07% from 289); Green value is 39 (15.62% from 255 or 13.49% from 289); Blue value is 218 (85.55% from 255 or 75.43% from 289); Max value from RGB is 218 - color contains mainly: blue. Hex color #2027DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2027DA is #DFD825. Grayscale: #383838. Windows color (decimal): -14669862 or 14296864. OLE color: 14296864.
HSL color Cylindrical-coordinate representation of color #2027DA: hue angle of 237.74º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2027DA is Cyan = 0.85, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 39 | 218 | - |
| CMYK | 0.85 | 0.82 | 0 | 0.15 |
| HSL | 237.74º | 0.74% | 0.49% | - |
| HSV(B) | 237.74º | 0.85% | 0.85% | - |
| XYZ | 13.98 | 6.82 | 66.91 | - |
| YUV | 57.31 | 218.68 | 109.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 39 | 218 | 0.85 | 0.82 | 0 | 0.15 | 237.74 | 0.74 | 0.49 |
| Hex | 20 | 27 | DA | 55 | 52 | 0 | F | EE | 4A | 31 |
| Octal | 40 | 47 | 332 | 125 | 122 | 0 | 17 | 356 | 112 | 61 |
| Binary | 100000 | 100111 | 11011010 | 1010101 | 1010010 | 0 | 1111 | 11101110 | 1001010 | 110001 |
Color Harmonies of #2027DA
Complementary color
Monochromatic Colors of #2027DA
Black with #2027DA
Text Example
Text Example
White with #2027DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2027DA; }
p { color: rgb(32,39,218); }
H1.HeaderClassName
{
color: #2027DA;
}
.AnyTagClassName
{
color: #2027DA;
}
</style>
background-color css
<style>
a { background-color: #2027DA; }
a { background-color: rgb(32,39,218); }
div.DivClassName
{
background-color: #2027DA;
}
.BgClassName
{
background-color: #2027DA;
}
</style>
border-color css
<style>
span { border-color: #2027DA; }
span { border-color: rgb(32,39,218); }
td.TdClassName
{
border-color: #2027DA;
}
.TagClassName
{
border-color: #2027DA;
}
</style>