Shades of Persian Blue #2129B4
Tints of Persian Blue #2129B4
RGB
CMYK
RGB Variations
Color information
#2129B4 (or 0x2129B4) is known color: Persian Blue. HEX triplet: 21, 29 and B4. RGB value is (33,41,180). Sum of RGB (Red+Green+Blue) = 33+41+180=254 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.99% from 254); Green value is 41 (16.41% from 255 or 16.14% from 254); Blue value is 180 (70.70% from 255 or 70.87% from 254); Max value from RGB is 180 - color contains mainly: blue. Hex color #2129B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2129B4 is #DED64B. Grayscale: #353535. Windows color (decimal): -14603852 or 11807009. OLE color: 11807009.
HSL color Cylindrical-coordinate representation of color #2129B4: hue angle of 236.73º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2129B4 is Cyan = 0.82, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 33 | 41 | 180 | - |
| CMYK | 0.82 | 0.77 | 0 | 0.29 |
| HSL | 236.73º | 0.69% | 0.42% | - |
| HSV(B) | 236.73º | 0.82% | 0.71% | - |
| XYZ | 9.66 | 5.2 | 43.68 | - |
| YUV | 54.45 | 198.85 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 41 | 180 | 0.82 | 0.77 | 0 | 0.29 | 236.73 | 0.69 | 0.42 |
| Hex | 21 | 29 | B4 | 52 | 4D | 0 | 1D | ED | 45 | 2A |
| Octal | 41 | 51 | 264 | 122 | 115 | 0 | 35 | 355 | 105 | 52 |
| Binary | 100001 | 101001 | 10110100 | 1010010 | 1001101 | 0 | 11101 | 11101101 | 1000101 | 101010 |
Color Harmonies of #2129B4
Complementary color
Monochromatic Colors of #2129B4
Black with #2129B4
Text Example
Text Example
White with #2129B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2129B4; }
p { color: rgb(33,41,180); }
H1.HeaderClassName
{
color: #2129B4;
}
.AnyTagClassName
{
color: #2129B4;
}
</style>
background-color css
<style>
a { background-color: #2129B4; }
a { background-color: rgb(33,41,180); }
div.DivClassName
{
background-color: #2129B4;
}
.BgClassName
{
background-color: #2129B4;
}
</style>
border-color css
<style>
span { border-color: #2129B4; }
span { border-color: rgb(33,41,180); }
td.TdClassName
{
border-color: #2129B4;
}
.TagClassName
{
border-color: #2129B4;
}
</style>