Shades of Persian Blue #241DDE
Tints of Persian Blue #241DDE
RGB
CMYK
RGB Variations
Color information
#241DDE (or 0x241DDE) is known color: Persian Blue. HEX triplet: 24, 1D and DE. RGB value is (36,29,222). Sum of RGB (Red+Green+Blue) = 36+29+222=287 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.54% from 287); Green value is 29 (11.72% from 255 or 10.10% from 287); Blue value is 222 (87.11% from 255 or 77.35% from 287); Max value from RGB is 222 - color contains mainly: blue. Hex color #241DDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #241DDE is #DBE221. Grayscale: #343434. Windows color (decimal): -14410274 or 14556452. OLE color: 14556452.
HSL color Cylindrical-coordinate representation of color #241DDE: hue angle of 242.18º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #241DDE is Cyan = 0.84, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 29 | 222 | - |
| CMYK | 0.84 | 0.87 | 0 | 0.13 |
| HSL | 242.18º | 0.77% | 0.49% | - |
| HSV(B) | 242.18º | 0.87% | 0.87% | - |
| XYZ | 14.35 | 6.53 | 69.61 | - |
| YUV | 53.1 | 223.32 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 29 | 222 | 0.84 | 0.87 | 0 | 0.13 | 242.18 | 0.77 | 0.49 |
| Hex | 24 | 1D | DE | 54 | 57 | 0 | D | F2 | 4D | 31 |
| Octal | 44 | 35 | 336 | 124 | 127 | 0 | 15 | 362 | 115 | 61 |
| Binary | 100100 | 11101 | 11011110 | 1010100 | 1010111 | 0 | 1101 | 11110010 | 1001101 | 110001 |
Color Harmonies of #241DDE
Complementary color
Monochromatic Colors of #241DDE
Black with #241DDE
Text Example
Text Example
White with #241DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241DDE; }
p { color: rgb(36,29,222); }
H1.HeaderClassName
{
color: #241DDE;
}
.AnyTagClassName
{
color: #241DDE;
}
</style>
background-color css
<style>
a { background-color: #241DDE; }
a { background-color: rgb(36,29,222); }
div.DivClassName
{
background-color: #241DDE;
}
.BgClassName
{
background-color: #241DDE;
}
</style>
border-color css
<style>
span { border-color: #241DDE; }
span { border-color: rgb(36,29,222); }
td.TdClassName
{
border-color: #241DDE;
}
.TagClassName
{
border-color: #241DDE;
}
</style>