Shades of Persian Blue #241FCB
Tints of Persian Blue #241FCB
RGB
CMYK
RGB Variations
Color information
#241FCB (or 0x241FCB) is known color: Persian Blue. HEX triplet: 24, 1F and CB. RGB value is (36,31,203). Sum of RGB (Red+Green+Blue) = 36+31+203=270 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.33% from 270); Green value is 31 (12.5% from 255 or 11.48% from 270); Blue value is 203 (79.69% from 255 or 75.19% from 270); Max value from RGB is 203 - color contains mainly: blue. Hex color #241FCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #241FCB is #DBE034. Grayscale: #333333. Windows color (decimal): -14409781 or 13311780. OLE color: 13311780.
HSL color Cylindrical-coordinate representation of color #241FCB: hue angle of 241.74º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #241FCB is Cyan = 0.82, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 36 | 31 | 203 | - |
| CMYK | 0.82 | 0.85 | 0 | 0.20 |
| HSL | 241.74º | 0.74% | 0.46% | - |
| HSV(B) | 241.74º | 0.85% | 0.8% | - |
| XYZ | 12 | 5.67 | 56.96 | - |
| YUV | 52.1 | 213.16 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 31 | 203 | 0.82 | 0.85 | 0 | 0.20 | 241.74 | 0.74 | 0.46 |
| Hex | 24 | 1F | CB | 52 | 55 | 0 | 14 | F2 | 4A | 2E |
| Octal | 44 | 37 | 313 | 122 | 125 | 0 | 24 | 362 | 112 | 56 |
| Binary | 100100 | 11111 | 11001011 | 1010010 | 1010101 | 0 | 10100 | 11110010 | 1001010 | 101110 |
Color Harmonies of #241FCB
Complementary color
Monochromatic Colors of #241FCB
Black with #241FCB
Text Example
Text Example
White with #241FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241FCB; }
p { color: rgb(36,31,203); }
H1.HeaderClassName
{
color: #241FCB;
}
.AnyTagClassName
{
color: #241FCB;
}
</style>
background-color css
<style>
a { background-color: #241FCB; }
a { background-color: rgb(36,31,203); }
div.DivClassName
{
background-color: #241FCB;
}
.BgClassName
{
background-color: #241FCB;
}
</style>
border-color css
<style>
span { border-color: #241FCB; }
span { border-color: rgb(36,31,203); }
td.TdClassName
{
border-color: #241FCB;
}
.TagClassName
{
border-color: #241FCB;
}
</style>