Shades of Persian Blue #2127CB
Tints of Persian Blue #2127CB
RGB
CMYK
RGB Variations
Color information
#2127CB (or 0x2127CB) is known color: Persian Blue. HEX triplet: 21, 27 and CB. RGB value is (33,39,203). Sum of RGB (Red+Green+Blue) = 33+39+203=275 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12% from 275); Green value is 39 (15.62% from 255 or 14.18% from 275); Blue value is 203 (79.69% from 255 or 73.82% from 275); Max value from RGB is 203 - color contains mainly: blue. Hex color #2127CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2127CB is #DED834. Grayscale: #373737. Windows color (decimal): -14604341 or 13313825. OLE color: 13313825.
HSL color Cylindrical-coordinate representation of color #2127CB: hue angle of 237.88º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2127CB is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 33 | 39 | 203 | - |
| CMYK | 0.84 | 0.81 | 0 | 0.20 |
| HSL | 237.88º | 0.72% | 0.46% | - |
| HSV(B) | 237.88º | 0.84% | 0.8% | - |
| XYZ | 12.13 | 6.09 | 57.04 | - |
| YUV | 55.9 | 211.01 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 39 | 203 | 0.84 | 0.81 | 0 | 0.20 | 237.88 | 0.72 | 0.46 |
| Hex | 21 | 27 | CB | 54 | 51 | 0 | 14 | EE | 48 | 2E |
| Octal | 41 | 47 | 313 | 124 | 121 | 0 | 24 | 356 | 110 | 56 |
| Binary | 100001 | 100111 | 11001011 | 1010100 | 1010001 | 0 | 10100 | 11101110 | 1001000 | 101110 |
Color Harmonies of #2127CB
Complementary color
Monochromatic Colors of #2127CB
Black with #2127CB
Text Example
Text Example
White with #2127CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2127CB; }
p { color: rgb(33,39,203); }
H1.HeaderClassName
{
color: #2127CB;
}
.AnyTagClassName
{
color: #2127CB;
}
</style>
background-color css
<style>
a { background-color: #2127CB; }
a { background-color: rgb(33,39,203); }
div.DivClassName
{
background-color: #2127CB;
}
.BgClassName
{
background-color: #2127CB;
}
</style>
border-color css
<style>
span { border-color: #2127CB; }
span { border-color: rgb(33,39,203); }
td.TdClassName
{
border-color: #2127CB;
}
.TagClassName
{
border-color: #2127CB;
}
</style>