Shades of Persian Blue #241DCC
Tints of Persian Blue #241DCC
RGB
CMYK
RGB Variations
Color information
#241DCC (or 0x241DCC) is known color: Persian Blue. HEX triplet: 24, 1D and CC. RGB value is (36,29,204). Sum of RGB (Red+Green+Blue) = 36+29+204=269 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.38% from 269); Green value is 29 (11.72% from 255 or 10.78% from 269); Blue value is 204 (80.08% from 255 or 75.84% from 269); Max value from RGB is 204 - color contains mainly: blue. Hex color #241DCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #241DCC is #DBE233. Grayscale: #323232. Windows color (decimal): -14410292 or 13376804. OLE color: 13376804.
HSL color Cylindrical-coordinate representation of color #241DCC: hue angle of 242.4º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #241DCC is Cyan = 0.82, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 36 | 29 | 204 | - |
| CMYK | 0.82 | 0.86 | 0 | 0.2 |
| HSL | 242.4º | 0.75% | 0.46% | - |
| HSV(B) | 242.4º | 0.86% | 0.8% | - |
| XYZ | 12.07 | 5.61 | 57.57 | - |
| YUV | 51.04 | 214.32 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 29 | 204 | 0.82 | 0.86 | 0 | 0.2 | 242.4 | 0.75 | 0.46 |
| Hex | 24 | 1D | CC | 52 | 56 | 0 | 14 | F2 | 4B | 2E |
| Octal | 44 | 35 | 314 | 122 | 126 | 0 | 24 | 362 | 113 | 56 |
| Binary | 100100 | 11101 | 11001100 | 1010010 | 1010110 | 0 | 10100 | 11110010 | 1001011 | 101110 |
Color Harmonies of #241DCC
Complementary color
Monochromatic Colors of #241DCC
Black with #241DCC
Text Example
Text Example
White with #241DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241DCC; }
p { color: rgb(36,29,204); }
H1.HeaderClassName
{
color: #241DCC;
}
.AnyTagClassName
{
color: #241DCC;
}
</style>
background-color css
<style>
a { background-color: #241DCC; }
a { background-color: rgb(36,29,204); }
div.DivClassName
{
background-color: #241DCC;
}
.BgClassName
{
background-color: #241DCC;
}
</style>
border-color css
<style>
span { border-color: #241DCC; }
span { border-color: rgb(36,29,204); }
td.TdClassName
{
border-color: #241DCC;
}
.TagClassName
{
border-color: #241DCC;
}
</style>