Shades of Persian Blue #2421AF
Tints of Persian Blue #2421AF
RGB
CMYK
RGB Variations
Color information
#2421AF (or 0x2421AF) is known color: Persian Blue. HEX triplet: 24, 21 and AF. RGB value is (36,33,175). Sum of RGB (Red+Green+Blue) = 36+33+175=244 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.75% from 244); Green value is 33 (13.28% from 255 or 13.52% from 244); Blue value is 175 (68.75% from 255 or 71.72% from 244); Max value from RGB is 175 - color contains mainly: blue. Hex color #2421AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2421AF is #DBDE50. Grayscale: #313131. Windows color (decimal): -14409297 or 11477284. OLE color: 11477284.
HSL color Cylindrical-coordinate representation of color #2421AF: hue angle of 241.27º degrees, saturation: 0.68, 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 #2421AF is Cyan = 0.79, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 36 | 33 | 175 | - |
| CMYK | 0.79 | 0.81 | 0 | 0.31 |
| HSL | 241.27º | 0.68% | 0.41% | - |
| HSV(B) | 241.27º | 0.81% | 0.69% | - |
| XYZ | 9.01 | 4.56 | 40.96 | - |
| YUV | 50.09 | 198.49 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 33 | 175 | 0.79 | 0.81 | 0 | 0.31 | 241.27 | 0.68 | 0.41 |
| Hex | 24 | 21 | AF | 4F | 51 | 0 | 1F | F1 | 44 | 29 |
| Octal | 44 | 41 | 257 | 117 | 121 | 0 | 37 | 361 | 104 | 51 |
| Binary | 100100 | 100001 | 10101111 | 1001111 | 1010001 | 0 | 11111 | 11110001 | 1000100 | 101001 |
Color Harmonies of #2421AF
Complementary color
Monochromatic Colors of #2421AF
Black with #2421AF
Text Example
Text Example
White with #2421AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2421AF; }
p { color: rgb(36,33,175); }
H1.HeaderClassName
{
color: #2421AF;
}
.AnyTagClassName
{
color: #2421AF;
}
</style>
background-color css
<style>
a { background-color: #2421AF; }
a { background-color: rgb(36,33,175); }
div.DivClassName
{
background-color: #2421AF;
}
.BgClassName
{
background-color: #2421AF;
}
</style>
border-color css
<style>
span { border-color: #2421AF; }
span { border-color: rgb(36,33,175); }
td.TdClassName
{
border-color: #2421AF;
}
.TagClassName
{
border-color: #2421AF;
}
</style>