Shades of Persian Blue #2127DA
Tints of Persian Blue #2127DA
RGB
CMYK
RGB Variations
Color information
#2127DA (or 0x2127DA) is known color: Persian Blue. HEX triplet: 21, 27 and DA. RGB value is (33,39,218). Sum of RGB (Red+Green+Blue) = 33+39+218=290 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.38% from 290); Green value is 39 (15.62% from 255 or 13.45% from 290); Blue value is 218 (85.55% from 255 or 75.17% from 290); Max value from RGB is 218 - color contains mainly: blue. Hex color #2127DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2127DA is #DED825. Grayscale: #383838. Windows color (decimal): -14604326 or 14296865. OLE color: 14296865.
HSL color Cylindrical-coordinate representation of color #2127DA: hue angle of 238.05º 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 #2127DA is Cyan = 0.85, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 33 | 39 | 218 | - |
| CMYK | 0.85 | 0.82 | 0 | 0.15 |
| HSL | 238.05º | 0.74% | 0.49% | - |
| HSV(B) | 238.05º | 0.85% | 0.85% | - |
| XYZ | 14.01 | 6.84 | 66.91 | - |
| YUV | 57.61 | 218.51 | 110.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 39 | 218 | 0.85 | 0.82 | 0 | 0.15 | 238.05 | 0.74 | 0.49 |
| Hex | 21 | 27 | DA | 55 | 52 | 0 | F | EE | 4A | 31 |
| Octal | 41 | 47 | 332 | 125 | 122 | 0 | 17 | 356 | 112 | 61 |
| Binary | 100001 | 100111 | 11011010 | 1010101 | 1010010 | 0 | 1111 | 11101110 | 1001010 | 110001 |
Color Harmonies of #2127DA
Complementary color
Monochromatic Colors of #2127DA
Black with #2127DA
Text Example
Text Example
White with #2127DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2127DA; }
p { color: rgb(33,39,218); }
H1.HeaderClassName
{
color: #2127DA;
}
.AnyTagClassName
{
color: #2127DA;
}
</style>
background-color css
<style>
a { background-color: #2127DA; }
a { background-color: rgb(33,39,218); }
div.DivClassName
{
background-color: #2127DA;
}
.BgClassName
{
background-color: #2127DA;
}
</style>
border-color css
<style>
span { border-color: #2127DA; }
span { border-color: rgb(33,39,218); }
td.TdClassName
{
border-color: #2127DA;
}
.TagClassName
{
border-color: #2127DA;
}
</style>