Shades of Persian Blue #2127B1
Tints of Persian Blue #2127B1
RGB
CMYK
RGB Variations
Color information
#2127B1 (or 0x2127B1) is known color: Persian Blue. HEX triplet: 21, 27 and B1. RGB value is (33,39,177). Sum of RGB (Red+Green+Blue) = 33+39+177=249 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.25% from 249); Green value is 39 (15.62% from 255 or 15.66% from 249); Blue value is 177 (69.53% from 255 or 71.08% from 249); Max value from RGB is 177 - color contains mainly: blue. Hex color #2127B1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2127B1 is #DED84E. Grayscale: #343434. Windows color (decimal): -14604367 or 11609889. OLE color: 11609889.
HSL color Cylindrical-coordinate representation of color #2127B1: hue angle of 237.5º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2127B1 is Cyan = 0.81, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 33 | 39 | 177 | - |
| CMYK | 0.81 | 0.78 | 0 | 0.31 |
| HSL | 237.5º | 0.69% | 0.41% | - |
| HSV(B) | 237.5º | 0.81% | 0.69% | - |
| XYZ | 9.29 | 4.95 | 42.06 | - |
| YUV | 52.94 | 198.01 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 39 | 177 | 0.81 | 0.78 | 0 | 0.31 | 237.5 | 0.69 | 0.41 |
| Hex | 21 | 27 | B1 | 51 | 4E | 0 | 1F | EE | 45 | 29 |
| Octal | 41 | 47 | 261 | 121 | 116 | 0 | 37 | 356 | 105 | 51 |
| Binary | 100001 | 100111 | 10110001 | 1010001 | 1001110 | 0 | 11111 | 11101110 | 1000101 | 101001 |
Color Harmonies of #2127B1
Complementary color
Monochromatic Colors of #2127B1
Black with #2127B1
Text Example
Text Example
White with #2127B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2127B1; }
p { color: rgb(33,39,177); }
H1.HeaderClassName
{
color: #2127B1;
}
.AnyTagClassName
{
color: #2127B1;
}
</style>
background-color css
<style>
a { background-color: #2127B1; }
a { background-color: rgb(33,39,177); }
div.DivClassName
{
background-color: #2127B1;
}
.BgClassName
{
background-color: #2127B1;
}
</style>
border-color css
<style>
span { border-color: #2127B1; }
span { border-color: rgb(33,39,177); }
td.TdClassName
{
border-color: #2127B1;
}
.TagClassName
{
border-color: #2127B1;
}
</style>