Shades of Persian Blue #241CC0
Tints of Persian Blue #241CC0
RGB
CMYK
RGB Variations
Color information
#241CC0 (or 0x241CC0) is known color: Persian Blue. HEX triplet: 24, 1C and C0. RGB value is (36,28,192). Sum of RGB (Red+Green+Blue) = 36+28+192=256 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.06% from 256); Green value is 28 (11.33% from 255 or 10.94% from 256); Blue value is 192 (75.39% from 255 or 75% from 256); Max value from RGB is 192 - color contains mainly: blue. Hex color #241CC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #241CC0 is #DBE33F. Grayscale: #303030. Windows color (decimal): -14410560 or 12590116. OLE color: 12590116.
HSL color Cylindrical-coordinate representation of color #241CC0: hue angle of 242.93º degrees, saturation: 0.75, 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 #241CC0 is Cyan = 0.81, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 36 | 28 | 192 | - |
| CMYK | 0.81 | 0.85 | 0 | 0.25 |
| HSL | 242.93º | 0.75% | 0.43% | - |
| HSV(B) | 242.93º | 0.85% | 0.75% | - |
| XYZ | 10.66 | 5.01 | 50.27 | - |
| YUV | 49.09 | 208.65 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 28 | 192 | 0.81 | 0.85 | 0 | 0.25 | 242.93 | 0.75 | 0.43 |
| Hex | 24 | 1C | C0 | 51 | 55 | 0 | 19 | F3 | 4B | 2B |
| Octal | 44 | 34 | 300 | 121 | 125 | 0 | 31 | 363 | 113 | 53 |
| Binary | 100100 | 11100 | 11000000 | 1010001 | 1010101 | 0 | 11001 | 11110011 | 1001011 | 101011 |
Color Harmonies of #241CC0
Complementary color
Monochromatic Colors of #241CC0
Black with #241CC0
Text Example
Text Example
White with #241CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241CC0; }
p { color: rgb(36,28,192); }
H1.HeaderClassName
{
color: #241CC0;
}
.AnyTagClassName
{
color: #241CC0;
}
</style>
background-color css
<style>
a { background-color: #241CC0; }
a { background-color: rgb(36,28,192); }
div.DivClassName
{
background-color: #241CC0;
}
.BgClassName
{
background-color: #241CC0;
}
</style>
border-color css
<style>
span { border-color: #241CC0; }
span { border-color: rgb(36,28,192); }
td.TdClassName
{
border-color: #241CC0;
}
.TagClassName
{
border-color: #241CC0;
}
</style>