Shades of Persian Blue #241DAE
Tints of Persian Blue #241DAE
RGB
CMYK
RGB Variations
Color information
#241DAE (or 0x241DAE) is known color: Persian Blue. HEX triplet: 24, 1D and AE. RGB value is (36,29,174). Sum of RGB (Red+Green+Blue) = 36+29+174=239 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.06% from 239); Green value is 29 (11.72% from 255 or 12.13% from 239); Blue value is 174 (68.36% from 255 or 72.80% from 239); Max value from RGB is 174 - color contains mainly: blue. Hex color #241DAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #241DAE is #DBE251. Grayscale: #2F2F2F. Windows color (decimal): -14410322 or 11410724. OLE color: 11410724.
HSL color Cylindrical-coordinate representation of color #241DAE: hue angle of 242.9º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #241DAE is Cyan = 0.79, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 36 | 29 | 174 | - |
| CMYK | 0.79 | 0.83 | 0 | 0.32 |
| HSL | 242.9º | 0.71% | 0.4% | - |
| HSV(B) | 242.9º | 0.83% | 0.68% | - |
| XYZ | 8.81 | 4.31 | 40.41 | - |
| YUV | 47.62 | 199.32 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 29 | 174 | 0.79 | 0.83 | 0 | 0.32 | 242.9 | 0.71 | 0.4 |
| Hex | 24 | 1D | AE | 4F | 53 | 0 | 20 | F3 | 47 | 28 |
| Octal | 44 | 35 | 256 | 117 | 123 | 0 | 40 | 363 | 107 | 50 |
| Binary | 100100 | 11101 | 10101110 | 1001111 | 1010011 | 0 | 100000 | 11110011 | 1000111 | 101000 |
Color Harmonies of #241DAE
Complementary color
Monochromatic Colors of #241DAE
Black with #241DAE
Text Example
Text Example
White with #241DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241DAE; }
p { color: rgb(36,29,174); }
H1.HeaderClassName
{
color: #241DAE;
}
.AnyTagClassName
{
color: #241DAE;
}
</style>
background-color css
<style>
a { background-color: #241DAE; }
a { background-color: rgb(36,29,174); }
div.DivClassName
{
background-color: #241DAE;
}
.BgClassName
{
background-color: #241DAE;
}
</style>
border-color css
<style>
span { border-color: #241DAE; }
span { border-color: rgb(36,29,174); }
td.TdClassName
{
border-color: #241DAE;
}
.TagClassName
{
border-color: #241DAE;
}
</style>