Shades of Persian Blue #241CCD
Tints of Persian Blue #241CCD
RGB
CMYK
RGB Variations
Color information
#241CCD (or 0x241CCD) is known color: Persian Blue. HEX triplet: 24, 1C and CD. RGB value is (36,28,205). Sum of RGB (Red+Green+Blue) = 36+28+205=269 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.38% from 269); Green value is 28 (11.33% from 255 or 10.41% from 269); Blue value is 205 (80.47% from 255 or 76.21% from 269); Max value from RGB is 205 - color contains mainly: blue. Hex color #241CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #241CCD is #DBE332. Grayscale: #313131. Windows color (decimal): -14410547 or 13442084. OLE color: 13442084.
HSL color Cylindrical-coordinate representation of color #241CCD: hue angle of 242.71º degrees, saturation: 0.76, 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 #241CCD is Cyan = 0.82, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 36 | 28 | 205 | - |
| CMYK | 0.82 | 0.86 | 0 | 0.20 |
| HSL | 242.71º | 0.76% | 0.46% | - |
| HSV(B) | 242.71º | 0.86% | 0.8% | - |
| XYZ | 12.16 | 5.61 | 58.2 | - |
| YUV | 50.57 | 215.15 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 28 | 205 | 0.82 | 0.86 | 0 | 0.20 | 242.71 | 0.76 | 0.46 |
| Hex | 24 | 1C | CD | 52 | 56 | 0 | 14 | F3 | 4C | 2E |
| Octal | 44 | 34 | 315 | 122 | 126 | 0 | 24 | 363 | 114 | 56 |
| Binary | 100100 | 11100 | 11001101 | 1010010 | 1010110 | 0 | 10100 | 11110011 | 1001100 | 101110 |
Color Harmonies of #241CCD
Complementary color
Monochromatic Colors of #241CCD
Black with #241CCD
Text Example
Text Example
White with #241CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241CCD; }
p { color: rgb(36,28,205); }
H1.HeaderClassName
{
color: #241CCD;
}
.AnyTagClassName
{
color: #241CCD;
}
</style>
background-color css
<style>
a { background-color: #241CCD; }
a { background-color: rgb(36,28,205); }
div.DivClassName
{
background-color: #241CCD;
}
.BgClassName
{
background-color: #241CCD;
}
</style>
border-color css
<style>
span { border-color: #241CCD; }
span { border-color: rgb(36,28,205); }
td.TdClassName
{
border-color: #241CCD;
}
.TagClassName
{
border-color: #241CCD;
}
</style>