Shades of Persian Blue #2129DA
Tints of Persian Blue #2129DA
RGB
CMYK
RGB Variations
Color information
#2129DA (or 0x2129DA) is known color: Persian Blue. HEX triplet: 21, 29 and DA. RGB value is (33,41,218). Sum of RGB (Red+Green+Blue) = 33+41+218=292 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.30% from 292); Green value is 41 (16.41% from 255 or 14.04% from 292); Blue value is 218 (85.55% from 255 or 74.66% from 292); Max value from RGB is 218 - color contains mainly: blue. Hex color #2129DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2129DA is #DED625. Grayscale: #3A3A3A. Windows color (decimal): -14603814 or 14297377. OLE color: 14297377.
HSL color Cylindrical-coordinate representation of color #2129DA: hue angle of 237.41º 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 #2129DA is Cyan = 0.85, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 33 | 41 | 218 | - |
| CMYK | 0.85 | 0.81 | 0 | 0.15 |
| HSL | 237.41º | 0.74% | 0.49% | - |
| HSV(B) | 237.41º | 0.85% | 0.85% | - |
| XYZ | 14.08 | 6.97 | 66.93 | - |
| YUV | 58.79 | 217.85 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 41 | 218 | 0.85 | 0.81 | 0 | 0.15 | 237.41 | 0.74 | 0.49 |
| Hex | 21 | 29 | DA | 55 | 51 | 0 | F | ED | 4A | 31 |
| Octal | 41 | 51 | 332 | 125 | 121 | 0 | 17 | 355 | 112 | 61 |
| Binary | 100001 | 101001 | 11011010 | 1010101 | 1010001 | 0 | 1111 | 11101101 | 1001010 | 110001 |
Color Harmonies of #2129DA
Complementary color
Monochromatic Colors of #2129DA
Black with #2129DA
Text Example
Text Example
White with #2129DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2129DA; }
p { color: rgb(33,41,218); }
H1.HeaderClassName
{
color: #2129DA;
}
.AnyTagClassName
{
color: #2129DA;
}
</style>
background-color css
<style>
a { background-color: #2129DA; }
a { background-color: rgb(33,41,218); }
div.DivClassName
{
background-color: #2129DA;
}
.BgClassName
{
background-color: #2129DA;
}
</style>
border-color css
<style>
span { border-color: #2129DA; }
span { border-color: rgb(33,41,218); }
td.TdClassName
{
border-color: #2129DA;
}
.TagClassName
{
border-color: #2129DA;
}
</style>