Shades of Persian Blue #242AD9
Tints of Persian Blue #242AD9
RGB
CMYK
RGB Variations
Color information
#242AD9 (or 0x242AD9) is known color: Persian Blue. HEX triplet: 24, 2A and D9. RGB value is (36,42,217). Sum of RGB (Red+Green+Blue) = 36+42+217=295 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.20% from 295); Green value is 42 (16.80% from 255 or 14.24% from 295); Blue value is 217 (85.16% from 255 or 73.56% from 295); Max value from RGB is 217 - color contains mainly: blue. Hex color #242AD9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #242AD9 is #DBD526. Grayscale: #3B3B3B. Windows color (decimal): -14406951 or 14232100. OLE color: 14232100.
HSL color Cylindrical-coordinate representation of color #242AD9: hue angle of 238.01º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #242AD9 is Cyan = 0.83, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 36 | 42 | 217 | - |
| CMYK | 0.83 | 0.81 | 0 | 0.15 |
| HSL | 238.01º | 0.72% | 0.5% | - |
| HSV(B) | 238.01º | 0.83% | 0.85% | - |
| XYZ | 14.08 | 7.04 | 66.26 | - |
| YUV | 60.16 | 216.51 | 110.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 42 | 217 | 0.83 | 0.81 | 0 | 0.15 | 238.01 | 0.72 | 0.5 |
| Hex | 24 | 2A | D9 | 53 | 51 | 0 | F | EE | 48 | 32 |
| Octal | 44 | 52 | 331 | 123 | 121 | 0 | 17 | 356 | 110 | 62 |
| Binary | 100100 | 101010 | 11011001 | 1010011 | 1010001 | 0 | 1111 | 11101110 | 1001000 | 110010 |
Color Harmonies of #242AD9
Complementary color
Monochromatic Colors of #242AD9
Black with #242AD9
Text Example
Text Example
White with #242AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242AD9; }
p { color: rgb(36,42,217); }
H1.HeaderClassName
{
color: #242AD9;
}
.AnyTagClassName
{
color: #242AD9;
}
</style>
background-color css
<style>
a { background-color: #242AD9; }
a { background-color: rgb(36,42,217); }
div.DivClassName
{
background-color: #242AD9;
}
.BgClassName
{
background-color: #242AD9;
}
</style>
border-color css
<style>
span { border-color: #242AD9; }
span { border-color: rgb(36,42,217); }
td.TdClassName
{
border-color: #242AD9;
}
.TagClassName
{
border-color: #242AD9;
}
</style>