Shades of Persian Blue #2424C1
Tints of Persian Blue #2424C1
RGB
CMYK
RGB Variations
Color information
#2424C1 (or 0x2424C1) is known color: Persian Blue. HEX triplet: 24, 24 and C1. RGB value is (36,36,193). Sum of RGB (Red+Green+Blue) = 36+36+193=265 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.58% from 265); Green value is 36 (14.45% from 255 or 13.58% from 265); Blue value is 193 (75.78% from 255 or 72.83% from 265); Max value from RGB is 193 - color contains mainly: blue. Hex color #2424C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2424C1 is #DBDB3E. Grayscale: #353535. Windows color (decimal): -14408511 or 12657700. OLE color: 12657700.
HSL color Cylindrical-coordinate representation of color #2424C1: hue angle of 240º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2424C1 is Cyan = 0.81, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 36 | 36 | 193 | - |
| CMYK | 0.81 | 0.81 | 0 | 0.24 |
| HSL | 240º | 0.69% | 0.45% | - |
| HSV(B) | 240º | 0.81% | 0.76% | - |
| XYZ | 10.98 | 5.49 | 50.93 | - |
| YUV | 53.9 | 206.5 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 36 | 193 | 0.81 | 0.81 | 0 | 0.24 | 240 | 0.69 | 0.45 |
| Hex | 24 | 24 | C1 | 51 | 51 | 0 | 18 | F0 | 45 | 2D |
| Octal | 44 | 44 | 301 | 121 | 121 | 0 | 30 | 360 | 105 | 55 |
| Binary | 100100 | 100100 | 11000001 | 1010001 | 1010001 | 0 | 11000 | 11110000 | 1000101 | 101101 |
Color Harmonies of #2424C1
Complementary color
Monochromatic Colors of #2424C1
Black with #2424C1
Text Example
Text Example
White with #2424C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2424C1; }
p { color: rgb(36,36,193); }
H1.HeaderClassName
{
color: #2424C1;
}
.AnyTagClassName
{
color: #2424C1;
}
</style>
background-color css
<style>
a { background-color: #2424C1; }
a { background-color: rgb(36,36,193); }
div.DivClassName
{
background-color: #2424C1;
}
.BgClassName
{
background-color: #2424C1;
}
</style>
border-color css
<style>
span { border-color: #2424C1; }
span { border-color: rgb(36,36,193); }
td.TdClassName
{
border-color: #2424C1;
}
.TagClassName
{
border-color: #2424C1;
}
</style>