Shades of Persian Blue #2421BB
Tints of Persian Blue #2421BB
RGB
CMYK
RGB Variations
Color information
#2421BB (or 0x2421BB) is known color: Persian Blue. HEX triplet: 24, 21 and BB. RGB value is (36,33,187). Sum of RGB (Red+Green+Blue) = 36+33+187=256 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.06% from 256); Green value is 33 (13.28% from 255 or 12.89% from 256); Blue value is 187 (73.44% from 255 or 73.05% from 256); Max value from RGB is 187 - color contains mainly: blue. Hex color #2421BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2421BB is #DBDE44. Grayscale: #323232. Windows color (decimal): -14409285 or 12263716. OLE color: 12263716.
HSL color Cylindrical-coordinate representation of color #2421BB: hue angle of 241.17º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2421BB is Cyan = 0.81, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 36 | 33 | 187 | - |
| CMYK | 0.81 | 0.82 | 0 | 0.27 |
| HSL | 241.17º | 0.7% | 0.43% | - |
| HSV(B) | 241.17º | 0.82% | 0.73% | - |
| XYZ | 10.24 | 5.05 | 47.45 | - |
| YUV | 51.45 | 204.49 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 33 | 187 | 0.81 | 0.82 | 0 | 0.27 | 241.17 | 0.7 | 0.43 |
| Hex | 24 | 21 | BB | 51 | 52 | 0 | 1B | F1 | 46 | 2B |
| Octal | 44 | 41 | 273 | 121 | 122 | 0 | 33 | 361 | 106 | 53 |
| Binary | 100100 | 100001 | 10111011 | 1010001 | 1010010 | 0 | 11011 | 11110001 | 1000110 | 101011 |
Color Harmonies of #2421BB
Complementary color
Monochromatic Colors of #2421BB
Black with #2421BB
Text Example
Text Example
White with #2421BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2421BB; }
p { color: rgb(36,33,187); }
H1.HeaderClassName
{
color: #2421BB;
}
.AnyTagClassName
{
color: #2421BB;
}
</style>
background-color css
<style>
a { background-color: #2421BB; }
a { background-color: rgb(36,33,187); }
div.DivClassName
{
background-color: #2421BB;
}
.BgClassName
{
background-color: #2421BB;
}
</style>
border-color css
<style>
span { border-color: #2421BB; }
span { border-color: rgb(36,33,187); }
td.TdClassName
{
border-color: #2421BB;
}
.TagClassName
{
border-color: #2421BB;
}
</style>