Shades of Persian Blue #241DBF
Tints of Persian Blue #241DBF
RGB
CMYK
RGB Variations
Color information
#241DBF (or 0x241DBF) is known color: Persian Blue. HEX triplet: 24, 1D and BF. RGB value is (36,29,191). Sum of RGB (Red+Green+Blue) = 36+29+191=256 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.06% from 256); Green value is 29 (11.72% from 255 or 11.33% from 256); Blue value is 191 (75% from 255 or 74.61% from 256); Max value from RGB is 191 - color contains mainly: blue. Hex color #241DBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #241DBF is #DBE240. Grayscale: #303030. Windows color (decimal): -14410305 or 12524836. OLE color: 12524836.
HSL color Cylindrical-coordinate representation of color #241DBF: hue angle of 242.59º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #241DBF is Cyan = 0.81, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 36 | 29 | 191 | - |
| CMYK | 0.81 | 0.85 | 0 | 0.25 |
| HSL | 242.59º | 0.74% | 0.43% | - |
| HSV(B) | 242.59º | 0.85% | 0.75% | - |
| XYZ | 10.57 | 5.02 | 49.7 | - |
| YUV | 49.56 | 207.82 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 29 | 191 | 0.81 | 0.85 | 0 | 0.25 | 242.59 | 0.74 | 0.43 |
| Hex | 24 | 1D | BF | 51 | 55 | 0 | 19 | F3 | 4A | 2B |
| Octal | 44 | 35 | 277 | 121 | 125 | 0 | 31 | 363 | 112 | 53 |
| Binary | 100100 | 11101 | 10111111 | 1010001 | 1010101 | 0 | 11001 | 11110011 | 1001010 | 101011 |
Color Harmonies of #241DBF
Complementary color
Monochromatic Colors of #241DBF
Black with #241DBF
Text Example
Text Example
White with #241DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241DBF; }
p { color: rgb(36,29,191); }
H1.HeaderClassName
{
color: #241DBF;
}
.AnyTagClassName
{
color: #241DBF;
}
</style>
background-color css
<style>
a { background-color: #241DBF; }
a { background-color: rgb(36,29,191); }
div.DivClassName
{
background-color: #241DBF;
}
.BgClassName
{
background-color: #241DBF;
}
</style>
border-color css
<style>
span { border-color: #241DBF; }
span { border-color: rgb(36,29,191); }
td.TdClassName
{
border-color: #241DBF;
}
.TagClassName
{
border-color: #241DBF;
}
</style>