Shades of Persian Blue #2421AB
Tints of Persian Blue #2421AB
RGB
CMYK
RGB Variations
Color information
#2421AB (or 0x2421AB) is known color: Persian Blue. HEX triplet: 24, 21 and AB. RGB value is (36,33,171). Sum of RGB (Red+Green+Blue) = 36+33+171=240 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15% from 240); Green value is 33 (13.28% from 255 or 13.75% from 240); Blue value is 171 (67.19% from 255 or 71.25% from 240); Max value from RGB is 171 - color contains mainly: blue. Hex color #2421AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2421AB is #DBDE54. Grayscale: #313131. Windows color (decimal): -14409301 or 11215140. OLE color: 11215140.
HSL color Cylindrical-coordinate representation of color #2421AB: hue angle of 241.3º 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 #2421AB is Cyan = 0.79, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 36 | 33 | 171 | - |
| CMYK | 0.79 | 0.81 | 0 | 0.33 |
| HSL | 241.3º | 0.68% | 0.4% | - |
| HSV(B) | 241.3º | 0.81% | 0.67% | - |
| XYZ | 8.62 | 4.4 | 38.92 | - |
| YUV | 49.63 | 196.49 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 33 | 171 | 0.79 | 0.81 | 0 | 0.33 | 241.3 | 0.68 | 0.4 |
| Hex | 24 | 21 | AB | 4F | 51 | 0 | 21 | F1 | 44 | 28 |
| Octal | 44 | 41 | 253 | 117 | 121 | 0 | 41 | 361 | 104 | 50 |
| Binary | 100100 | 100001 | 10101011 | 1001111 | 1010001 | 0 | 100001 | 11110001 | 1000100 | 101000 |
Color Harmonies of #2421AB
Complementary color
Monochromatic Colors of #2421AB
Black with #2421AB
Text Example
Text Example
White with #2421AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2421AB; }
p { color: rgb(36,33,171); }
H1.HeaderClassName
{
color: #2421AB;
}
.AnyTagClassName
{
color: #2421AB;
}
</style>
background-color css
<style>
a { background-color: #2421AB; }
a { background-color: rgb(36,33,171); }
div.DivClassName
{
background-color: #2421AB;
}
.BgClassName
{
background-color: #2421AB;
}
</style>
border-color css
<style>
span { border-color: #2421AB; }
span { border-color: rgb(36,33,171); }
td.TdClassName
{
border-color: #2421AB;
}
.TagClassName
{
border-color: #2421AB;
}
</style>