Shades of Persian Blue #242FE9
Tints of Persian Blue #242FE9
RGB
CMYK
RGB Variations
Color information
#242FE9 (or 0x242FE9) is known color: Persian Blue. HEX triplet: 24, 2F and E9. RGB value is (36,47,233). Sum of RGB (Red+Green+Blue) = 36+47+233=316 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.39% from 316); Green value is 47 (18.75% from 255 or 14.87% from 316); Blue value is 233 (91.41% from 255 or 73.73% from 316); Max value from RGB is 233 - color contains mainly: blue. Hex color #242FE9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #242FE9 is #DBD016. Grayscale: #404040. Windows color (decimal): -14405655 or 15281956. OLE color: 15281956.
HSL color Cylindrical-coordinate representation of color #242FE9: hue angle of 236.65º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #242FE9 is Cyan = 0.85, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 36 | 47 | 233 | - |
| CMYK | 0.85 | 0.80 | 0 | 0.09 |
| HSL | 236.65º | 0.82% | 0.53% | - |
| HSV(B) | 236.65º | 0.85% | 0.91% | - |
| XYZ | 16.45 | 8.29 | 77.82 | - |
| YUV | 64.92 | 222.86 | 107.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 47 | 233 | 0.85 | 0.80 | 0 | 0.09 | 236.65 | 0.82 | 0.53 |
| Hex | 24 | 2F | E9 | 55 | 50 | 0 | 9 | ED | 52 | 35 |
| Octal | 44 | 57 | 351 | 125 | 120 | 0 | 11 | 355 | 122 | 65 |
| Binary | 100100 | 101111 | 11101001 | 1010101 | 1010000 | 0 | 1001 | 11101101 | 1010010 | 110101 |
Color Harmonies of #242FE9
Complementary color
Monochromatic Colors of #242FE9
Black with #242FE9
Text Example
Text Example
White with #242FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242FE9; }
p { color: rgb(36,47,233); }
H1.HeaderClassName
{
color: #242FE9;
}
.AnyTagClassName
{
color: #242FE9;
}
</style>
background-color css
<style>
a { background-color: #242FE9; }
a { background-color: rgb(36,47,233); }
div.DivClassName
{
background-color: #242FE9;
}
.BgClassName
{
background-color: #242FE9;
}
</style>
border-color css
<style>
span { border-color: #242FE9; }
span { border-color: rgb(36,47,233); }
td.TdClassName
{
border-color: #242FE9;
}
.TagClassName
{
border-color: #242FE9;
}
</style>