Shades of Persian Blue #2421C7
Tints of Persian Blue #2421C7
RGB
CMYK
RGB Variations
Color information
#2421C7 (or 0x2421C7) is known color: Persian Blue. HEX triplet: 24, 21 and C7. RGB value is (36,33,199). Sum of RGB (Red+Green+Blue) = 36+33+199=268 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.43% from 268); Green value is 33 (13.28% from 255 or 12.31% from 268); Blue value is 199 (78.12% from 255 or 74.25% from 268); Max value from RGB is 199 - color contains mainly: blue. Hex color #2421C7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2421C7 is #DBDE38. Grayscale: #343434. Windows color (decimal): -14409273 or 13050148. OLE color: 13050148.
HSL color Cylindrical-coordinate representation of color #2421C7: hue angle of 241.08º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2421C7 is Cyan = 0.82, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 36 | 33 | 199 | - |
| CMYK | 0.82 | 0.83 | 0 | 0.22 |
| HSL | 241.08º | 0.72% | 0.45% | - |
| HSV(B) | 241.08º | 0.83% | 0.78% | - |
| XYZ | 11.58 | 5.59 | 54.5 | - |
| YUV | 52.82 | 210.49 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 33 | 199 | 0.82 | 0.83 | 0 | 0.22 | 241.08 | 0.72 | 0.45 |
| Hex | 24 | 21 | C7 | 52 | 53 | 0 | 16 | F1 | 48 | 2D |
| Octal | 44 | 41 | 307 | 122 | 123 | 0 | 26 | 361 | 110 | 55 |
| Binary | 100100 | 100001 | 11000111 | 1010010 | 1010011 | 0 | 10110 | 11110001 | 1001000 | 101101 |
Color Harmonies of #2421C7
Complementary color
Monochromatic Colors of #2421C7
Black with #2421C7
Text Example
Text Example
White with #2421C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2421C7; }
p { color: rgb(36,33,199); }
H1.HeaderClassName
{
color: #2421C7;
}
.AnyTagClassName
{
color: #2421C7;
}
</style>
background-color css
<style>
a { background-color: #2421C7; }
a { background-color: rgb(36,33,199); }
div.DivClassName
{
background-color: #2421C7;
}
.BgClassName
{
background-color: #2421C7;
}
</style>
border-color css
<style>
span { border-color: #2421C7; }
span { border-color: rgb(36,33,199); }
td.TdClassName
{
border-color: #2421C7;
}
.TagClassName
{
border-color: #2421C7;
}
</style>