Shades of Persian Blue #241DB6
Tints of Persian Blue #241DB6
RGB
CMYK
RGB Variations
Color information
#241DB6 (or 0x241DB6) is known color: Persian Blue. HEX triplet: 24, 1D and B6. RGB value is (36,29,182). Sum of RGB (Red+Green+Blue) = 36+29+182=247 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.57% from 247); Green value is 29 (11.72% from 255 or 11.74% from 247); Blue value is 182 (71.48% from 255 or 73.68% from 247); Max value from RGB is 182 - color contains mainly: blue. Hex color #241DB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #241DB6 is #DBE249. Grayscale: #2F2F2F. Windows color (decimal): -14410314 or 11935012. OLE color: 11935012.
HSL color Cylindrical-coordinate representation of color #241DB6: hue angle of 242.75º degrees, saturation: 0.73, 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 #241DB6 is Cyan = 0.80, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 36 | 29 | 182 | - |
| CMYK | 0.80 | 0.84 | 0 | 0.29 |
| HSL | 242.75º | 0.73% | 0.41% | - |
| HSV(B) | 242.75º | 0.84% | 0.71% | - |
| XYZ | 9.61 | 4.63 | 44.64 | - |
| YUV | 48.54 | 203.32 | 119.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 29 | 182 | 0.80 | 0.84 | 0 | 0.29 | 242.75 | 0.73 | 0.41 |
| Hex | 24 | 1D | B6 | 50 | 54 | 0 | 1D | F3 | 49 | 29 |
| Octal | 44 | 35 | 266 | 120 | 124 | 0 | 35 | 363 | 111 | 51 |
| Binary | 100100 | 11101 | 10110110 | 1010000 | 1010100 | 0 | 11101 | 11110011 | 1001001 | 101001 |
Color Harmonies of #241DB6
Complementary color
Monochromatic Colors of #241DB6
Black with #241DB6
Text Example
Text Example
White with #241DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241DB6; }
p { color: rgb(36,29,182); }
H1.HeaderClassName
{
color: #241DB6;
}
.AnyTagClassName
{
color: #241DB6;
}
</style>
background-color css
<style>
a { background-color: #241DB6; }
a { background-color: rgb(36,29,182); }
div.DivClassName
{
background-color: #241DB6;
}
.BgClassName
{
background-color: #241DB6;
}
</style>
border-color css
<style>
span { border-color: #241DB6; }
span { border-color: rgb(36,29,182); }
td.TdClassName
{
border-color: #241DB6;
}
.TagClassName
{
border-color: #241DB6;
}
</style>