Shades of Persian Blue #241BC8
Tints of Persian Blue #241BC8
RGB
CMYK
RGB Variations
Color information
#241BC8 (or 0x241BC8) is known color: Persian Blue. HEX triplet: 24, 1B and C8. RGB value is (36,27,200). Sum of RGB (Red+Green+Blue) = 36+27+200=263 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.69% from 263); Green value is 27 (10.94% from 255 or 10.27% from 263); Blue value is 200 (78.52% from 255 or 76.05% from 263); Max value from RGB is 200 - color contains mainly: blue. Hex color #241BC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #241BC8 is #DBE437. Grayscale: #303030. Windows color (decimal): -14410808 or 13114148. OLE color: 13114148.
HSL color Cylindrical-coordinate representation of color #241BC8: hue angle of 243.12º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #241BC8 is Cyan = 0.82, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 36 | 27 | 200 | - |
| CMYK | 0.82 | 0.86 | 0 | 0.22 |
| HSL | 243.12º | 0.76% | 0.45% | - |
| HSV(B) | 243.12º | 0.87% | 0.78% | - |
| XYZ | 11.54 | 5.33 | 55.06 | - |
| YUV | 49.41 | 212.98 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 27 | 200 | 0.82 | 0.86 | 0 | 0.22 | 243.12 | 0.76 | 0.45 |
| Hex | 24 | 1B | C8 | 52 | 56 | 0 | 16 | F3 | 4C | 2D |
| Octal | 44 | 33 | 310 | 122 | 126 | 0 | 26 | 363 | 114 | 55 |
| Binary | 100100 | 11011 | 11001000 | 1010010 | 1010110 | 0 | 10110 | 11110011 | 1001100 | 101101 |
Color Harmonies of #241BC8
Complementary color
Monochromatic Colors of #241BC8
Black with #241BC8
Text Example
Text Example
White with #241BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241BC8; }
p { color: rgb(36,27,200); }
H1.HeaderClassName
{
color: #241BC8;
}
.AnyTagClassName
{
color: #241BC8;
}
</style>
background-color css
<style>
a { background-color: #241BC8; }
a { background-color: rgb(36,27,200); }
div.DivClassName
{
background-color: #241BC8;
}
.BgClassName
{
background-color: #241BC8;
}
</style>
border-color css
<style>
span { border-color: #241BC8; }
span { border-color: rgb(36,27,200); }
td.TdClassName
{
border-color: #241BC8;
}
.TagClassName
{
border-color: #241BC8;
}
</style>