Shades of Persian Blue #241DB5
Tints of Persian Blue #241DB5
RGB
CMYK
RGB Variations
Color information
#241DB5 (or 0x241DB5) is known color: Persian Blue. HEX triplet: 24, 1D and B5. RGB value is (36,29,181). Sum of RGB (Red+Green+Blue) = 36+29+181=246 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.63% from 246); Green value is 29 (11.72% from 255 or 11.79% from 246); Blue value is 181 (71.09% from 255 or 73.58% from 246); Max value from RGB is 181 - color contains mainly: blue. Hex color #241DB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #241DB5 is #DBE24A. Grayscale: #2F2F2F. Windows color (decimal): -14410315 or 11869476. OLE color: 11869476.
HSL color Cylindrical-coordinate representation of color #241DB5: hue angle of 242.76º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #241DB5 is Cyan = 0.80, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 36 | 29 | 181 | - |
| CMYK | 0.80 | 0.84 | 0 | 0.29 |
| HSL | 242.76º | 0.72% | 0.41% | - |
| HSV(B) | 242.76º | 0.84% | 0.71% | - |
| XYZ | 9.51 | 4.59 | 44.1 | - |
| YUV | 48.42 | 202.82 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 29 | 181 | 0.80 | 0.84 | 0 | 0.29 | 242.76 | 0.72 | 0.41 |
| Hex | 24 | 1D | B5 | 50 | 54 | 0 | 1D | F3 | 48 | 29 |
| Octal | 44 | 35 | 265 | 120 | 124 | 0 | 35 | 363 | 110 | 51 |
| Binary | 100100 | 11101 | 10110101 | 1010000 | 1010100 | 0 | 11101 | 11110011 | 1001000 | 101001 |
Color Harmonies of #241DB5
Complementary color
Monochromatic Colors of #241DB5
Black with #241DB5
Text Example
Text Example
White with #241DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241DB5; }
p { color: rgb(36,29,181); }
H1.HeaderClassName
{
color: #241DB5;
}
.AnyTagClassName
{
color: #241DB5;
}
</style>
background-color css
<style>
a { background-color: #241DB5; }
a { background-color: rgb(36,29,181); }
div.DivClassName
{
background-color: #241DB5;
}
.BgClassName
{
background-color: #241DB5;
}
</style>
border-color css
<style>
span { border-color: #241DB5; }
span { border-color: rgb(36,29,181); }
td.TdClassName
{
border-color: #241DB5;
}
.TagClassName
{
border-color: #241DB5;
}
</style>