Shades of Persian Blue #2142B1
Tints of Persian Blue #2142B1
RGB
CMYK
RGB Variations
Color information
#2142B1 (or 0x2142B1) is known color: Persian Blue. HEX triplet: 21, 42 and B1. RGB value is (33,66,177). Sum of RGB (Red+Green+Blue) = 33+66+177=276 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.96% from 276); Green value is 66 (26.17% from 255 or 23.91% from 276); Blue value is 177 (69.53% from 255 or 64.13% from 276); Max value from RGB is 177 - color contains mainly: blue. Hex color #2142B1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2142B1 is #DEBD4E. Grayscale: #444444. Windows color (decimal): -14597455 or 11616801. OLE color: 11616801.
HSL color Cylindrical-coordinate representation of color #2142B1: hue angle of 226.25º 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 #2142B1 is Cyan = 0.81, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 33 | 66 | 177 | - |
| CMYK | 0.81 | 0.63 | 0 | 0.31 |
| HSL | 226.25º | 0.69% | 0.41% | - |
| HSV(B) | 226.25º | 0.81% | 0.69% | - |
| XYZ | 10.51 | 7.39 | 42.47 | - |
| YUV | 68.79 | 189.07 | 102.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 66 | 177 | 0.81 | 0.63 | 0 | 0.31 | 226.25 | 0.69 | 0.41 |
| Hex | 21 | 42 | B1 | 51 | 3F | 0 | 1F | E2 | 45 | 29 |
| Octal | 41 | 102 | 261 | 121 | 77 | 0 | 37 | 342 | 105 | 51 |
| Binary | 100001 | 1000010 | 10110001 | 1010001 | 111111 | 0 | 11111 | 11100010 | 1000101 | 101001 |
Color Harmonies of #2142B1
Complementary color
Monochromatic Colors of #2142B1
Black with #2142B1
Text Example
Text Example
White with #2142B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2142B1; }
p { color: rgb(33,66,177); }
H1.HeaderClassName
{
color: #2142B1;
}
.AnyTagClassName
{
color: #2142B1;
}
</style>
background-color css
<style>
a { background-color: #2142B1; }
a { background-color: rgb(33,66,177); }
div.DivClassName
{
background-color: #2142B1;
}
.BgClassName
{
background-color: #2142B1;
}
</style>
border-color css
<style>
span { border-color: #2142B1; }
span { border-color: rgb(33,66,177); }
td.TdClassName
{
border-color: #2142B1;
}
.TagClassName
{
border-color: #2142B1;
}
</style>