Shades of Persian Blue #241CCC
Tints of Persian Blue #241CCC
RGB
CMYK
RGB Variations
Color information
#241CCC (or 0x241CCC) is known color: Persian Blue. HEX triplet: 24, 1C and CC. RGB value is (36,28,204). Sum of RGB (Red+Green+Blue) = 36+28+204=268 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.43% from 268); Green value is 28 (11.33% from 255 or 10.45% from 268); Blue value is 204 (80.08% from 255 or 76.12% from 268); Max value from RGB is 204 - color contains mainly: blue. Hex color #241CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #241CCC is #DBE333. Grayscale: #313131. Windows color (decimal): -14410548 or 13376548. OLE color: 13376548.
HSL color Cylindrical-coordinate representation of color #241CCC: hue angle of 242.73º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #241CCC is Cyan = 0.82, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 36 | 28 | 204 | - |
| CMYK | 0.82 | 0.86 | 0 | 0.2 |
| HSL | 242.73º | 0.76% | 0.45% | - |
| HSV(B) | 242.73º | 0.86% | 0.8% | - |
| XYZ | 12.04 | 5.57 | 57.57 | - |
| YUV | 50.46 | 214.65 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 28 | 204 | 0.82 | 0.86 | 0 | 0.2 | 242.73 | 0.76 | 0.45 |
| Hex | 24 | 1C | CC | 52 | 56 | 0 | 14 | F3 | 4C | 2D |
| Octal | 44 | 34 | 314 | 122 | 126 | 0 | 24 | 363 | 114 | 55 |
| Binary | 100100 | 11100 | 11001100 | 1010010 | 1010110 | 0 | 10100 | 11110011 | 1001100 | 101101 |
Color Harmonies of #241CCC
Complementary color
Monochromatic Colors of #241CCC
Black with #241CCC
Text Example
Text Example
White with #241CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241CCC; }
p { color: rgb(36,28,204); }
H1.HeaderClassName
{
color: #241CCC;
}
.AnyTagClassName
{
color: #241CCC;
}
</style>
background-color css
<style>
a { background-color: #241CCC; }
a { background-color: rgb(36,28,204); }
div.DivClassName
{
background-color: #241CCC;
}
.BgClassName
{
background-color: #241CCC;
}
</style>
border-color css
<style>
span { border-color: #241CCC; }
span { border-color: rgb(36,28,204); }
td.TdClassName
{
border-color: #241CCC;
}
.TagClassName
{
border-color: #241CCC;
}
</style>