Shades of Persian Blue #2129D2
Tints of Persian Blue #2129D2
RGB
CMYK
RGB Variations
Color information
#2129D2 (or 0x2129D2) is known color: Persian Blue. HEX triplet: 21, 29 and D2. RGB value is (33,41,210). Sum of RGB (Red+Green+Blue) = 33+41+210=284 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.62% from 284); Green value is 41 (16.41% from 255 or 14.44% from 284); Blue value is 210 (82.42% from 255 or 73.94% from 284); Max value from RGB is 210 - color contains mainly: blue. Hex color #2129D2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2129D2 is #DED62D. Grayscale: #393939. Windows color (decimal): -14603822 or 13773089. OLE color: 13773089.
HSL color Cylindrical-coordinate representation of color #2129D2: hue angle of 237.29º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2129D2 is Cyan = 0.84, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 33 | 41 | 210 | - |
| CMYK | 0.84 | 0.80 | 0 | 0.18 |
| HSL | 237.29º | 0.73% | 0.48% | - |
| HSV(B) | 237.29º | 0.84% | 0.82% | - |
| XYZ | 13.05 | 6.56 | 61.55 | - |
| YUV | 57.87 | 213.85 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 41 | 210 | 0.84 | 0.80 | 0 | 0.18 | 237.29 | 0.73 | 0.48 |
| Hex | 21 | 29 | D2 | 54 | 50 | 0 | 12 | ED | 49 | 30 |
| Octal | 41 | 51 | 322 | 124 | 120 | 0 | 22 | 355 | 111 | 60 |
| Binary | 100001 | 101001 | 11010010 | 1010100 | 1010000 | 0 | 10010 | 11101101 | 1001001 | 110000 |
Color Harmonies of #2129D2
Complementary color
Monochromatic Colors of #2129D2
Black with #2129D2
Text Example
Text Example
White with #2129D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2129D2; }
p { color: rgb(33,41,210); }
H1.HeaderClassName
{
color: #2129D2;
}
.AnyTagClassName
{
color: #2129D2;
}
</style>
background-color css
<style>
a { background-color: #2129D2; }
a { background-color: rgb(33,41,210); }
div.DivClassName
{
background-color: #2129D2;
}
.BgClassName
{
background-color: #2129D2;
}
</style>
border-color css
<style>
span { border-color: #2129D2; }
span { border-color: rgb(33,41,210); }
td.TdClassName
{
border-color: #2129D2;
}
.TagClassName
{
border-color: #2129D2;
}
</style>