Shades of Persian Blue #241DB7
Tints of Persian Blue #241DB7
RGB
CMYK
RGB Variations
Color information
#241DB7 (or 0x241DB7) is known color: Persian Blue. HEX triplet: 24, 1D and B7. RGB value is (36,29,183). Sum of RGB (Red+Green+Blue) = 36+29+183=248 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.52% from 248); Green value is 29 (11.72% from 255 or 11.69% from 248); Blue value is 183 (71.88% from 255 or 73.79% from 248); Max value from RGB is 183 - color contains mainly: blue. Hex color #241DB7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #241DB7 is #DBE248. Grayscale: #303030. Windows color (decimal): -14410313 or 12000548. OLE color: 12000548.
HSL color Cylindrical-coordinate representation of color #241DB7: hue angle of 242.73º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #241DB7 is Cyan = 0.80, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 36 | 29 | 183 | - |
| CMYK | 0.80 | 0.84 | 0 | 0.28 |
| HSL | 242.73º | 0.73% | 0.42% | - |
| HSV(B) | 242.73º | 0.84% | 0.72% | - |
| XYZ | 9.71 | 4.67 | 45.19 | - |
| YUV | 48.65 | 203.82 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 29 | 183 | 0.80 | 0.84 | 0 | 0.28 | 242.73 | 0.73 | 0.42 |
| Hex | 24 | 1D | B7 | 50 | 54 | 0 | 1C | F3 | 49 | 2A |
| Octal | 44 | 35 | 267 | 120 | 124 | 0 | 34 | 363 | 111 | 52 |
| Binary | 100100 | 11101 | 10110111 | 1010000 | 1010100 | 0 | 11100 | 11110011 | 1001001 | 101010 |
Color Harmonies of #241DB7
Complementary color
Monochromatic Colors of #241DB7
Black with #241DB7
Text Example
Text Example
White with #241DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241DB7; }
p { color: rgb(36,29,183); }
H1.HeaderClassName
{
color: #241DB7;
}
.AnyTagClassName
{
color: #241DB7;
}
</style>
background-color css
<style>
a { background-color: #241DB7; }
a { background-color: rgb(36,29,183); }
div.DivClassName
{
background-color: #241DB7;
}
.BgClassName
{
background-color: #241DB7;
}
</style>
border-color css
<style>
span { border-color: #241DB7; }
span { border-color: rgb(36,29,183); }
td.TdClassName
{
border-color: #241DB7;
}
.TagClassName
{
border-color: #241DB7;
}
</style>