Shades of Persian Blue #2142AC
Tints of Persian Blue #2142AC
RGB
CMYK
RGB Variations
Color information
#2142AC (or 0x2142AC) is known color: Persian Blue. HEX triplet: 21, 42 and AC. RGB value is (33,66,172). Sum of RGB (Red+Green+Blue) = 33+66+172=271 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.18% from 271); Green value is 66 (26.17% from 255 or 24.35% from 271); Blue value is 172 (67.58% from 255 or 63.47% from 271); Max value from RGB is 172 - color contains mainly: blue. Hex color #2142AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2142AC is #DEBD53. Grayscale: #434343. Windows color (decimal): -14597460 or 11289121. OLE color: 11289121.
HSL color Cylindrical-coordinate representation of color #2142AC: hue angle of 225.76º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2142AC is Cyan = 0.81, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 66 | 172 | - |
| CMYK | 0.81 | 0.62 | 0 | 0.33 |
| HSL | 225.76º | 0.68% | 0.4% | - |
| HSV(B) | 225.76º | 0.81% | 0.67% | - |
| XYZ | 10.02 | 7.2 | 39.89 | - |
| YUV | 68.22 | 186.57 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 66 | 172 | 0.81 | 0.62 | 0 | 0.33 | 225.76 | 0.68 | 0.4 |
| Hex | 21 | 42 | AC | 51 | 3E | 0 | 21 | E2 | 44 | 28 |
| Octal | 41 | 102 | 254 | 121 | 76 | 0 | 41 | 342 | 104 | 50 |
| Binary | 100001 | 1000010 | 10101100 | 1010001 | 111110 | 0 | 100001 | 11100010 | 1000100 | 101000 |
Color Harmonies of #2142AC
Complementary color
Monochromatic Colors of #2142AC
Black with #2142AC
Text Example
Text Example
White with #2142AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2142AC; }
p { color: rgb(33,66,172); }
H1.HeaderClassName
{
color: #2142AC;
}
.AnyTagClassName
{
color: #2142AC;
}
</style>
background-color css
<style>
a { background-color: #2142AC; }
a { background-color: rgb(33,66,172); }
div.DivClassName
{
background-color: #2142AC;
}
.BgClassName
{
background-color: #2142AC;
}
</style>
border-color css
<style>
span { border-color: #2142AC; }
span { border-color: rgb(33,66,172); }
td.TdClassName
{
border-color: #2142AC;
}
.TagClassName
{
border-color: #2142AC;
}
</style>