Shades of Persian Blue #241FDD
Tints of Persian Blue #241FDD
RGB
CMYK
RGB Variations
Color information
#241FDD (or 0x241FDD) is known color: Persian Blue. HEX triplet: 24, 1F and DD. RGB value is (36,31,221). Sum of RGB (Red+Green+Blue) = 36+31+221=288 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.5% from 288); Green value is 31 (12.5% from 255 or 10.76% from 288); Blue value is 221 (86.72% from 255 or 76.74% from 288); Max value from RGB is 221 - color contains mainly: blue. Hex color #241FDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #241FDD is #DBE022. Grayscale: #353535. Windows color (decimal): -14409763 or 14491428. OLE color: 14491428.
HSL color Cylindrical-coordinate representation of color #241FDD: hue angle of 241.58º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #241FDD is Cyan = 0.84, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 31 | 221 | - |
| CMYK | 0.84 | 0.86 | 0 | 0.13 |
| HSL | 241.58º | 0.75% | 0.49% | - |
| HSV(B) | 241.58º | 0.86% | 0.87% | - |
| XYZ | 14.27 | 6.58 | 68.92 | - |
| YUV | 54.16 | 222.16 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 31 | 221 | 0.84 | 0.86 | 0 | 0.13 | 241.58 | 0.75 | 0.49 |
| Hex | 24 | 1F | DD | 54 | 56 | 0 | D | F2 | 4B | 31 |
| Octal | 44 | 37 | 335 | 124 | 126 | 0 | 15 | 362 | 113 | 61 |
| Binary | 100100 | 11111 | 11011101 | 1010100 | 1010110 | 0 | 1101 | 11110010 | 1001011 | 110001 |
Color Harmonies of #241FDD
Complementary color
Monochromatic Colors of #241FDD
Black with #241FDD
Text Example
Text Example
White with #241FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241FDD; }
p { color: rgb(36,31,221); }
H1.HeaderClassName
{
color: #241FDD;
}
.AnyTagClassName
{
color: #241FDD;
}
</style>
background-color css
<style>
a { background-color: #241FDD; }
a { background-color: rgb(36,31,221); }
div.DivClassName
{
background-color: #241FDD;
}
.BgClassName
{
background-color: #241FDD;
}
</style>
border-color css
<style>
span { border-color: #241FDD; }
span { border-color: rgb(36,31,221); }
td.TdClassName
{
border-color: #241FDD;
}
.TagClassName
{
border-color: #241FDD;
}
</style>