Shades of Persian Blue #241FC1
Tints of Persian Blue #241FC1
RGB
CMYK
RGB Variations
Color information
#241FC1 (or 0x241FC1) is known color: Persian Blue. HEX triplet: 24, 1F and C1. RGB value is (36,31,193). Sum of RGB (Red+Green+Blue) = 36+31+193=260 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.85% from 260); Green value is 31 (12.5% from 255 or 11.92% from 260); Blue value is 193 (75.78% from 255 or 74.23% from 260); Max value from RGB is 193 - color contains mainly: blue. Hex color #241FC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #241FC1 is #DBE03E. Grayscale: #323232. Windows color (decimal): -14409791 or 12656420. OLE color: 12656420.
HSL color Cylindrical-coordinate representation of color #241FC1: hue angle of 241.85º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #241FC1 is Cyan = 0.81, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 36 | 31 | 193 | - |
| CMYK | 0.81 | 0.84 | 0 | 0.24 |
| HSL | 241.85º | 0.72% | 0.44% | - |
| HSV(B) | 241.85º | 0.84% | 0.76% | - |
| XYZ | 10.84 | 5.21 | 50.89 | - |
| YUV | 50.96 | 208.16 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 31 | 193 | 0.81 | 0.84 | 0 | 0.24 | 241.85 | 0.72 | 0.44 |
| Hex | 24 | 1F | C1 | 51 | 54 | 0 | 18 | F2 | 48 | 2C |
| Octal | 44 | 37 | 301 | 121 | 124 | 0 | 30 | 362 | 110 | 54 |
| Binary | 100100 | 11111 | 11000001 | 1010001 | 1010100 | 0 | 11000 | 11110010 | 1001000 | 101100 |
Color Harmonies of #241FC1
Complementary color
Monochromatic Colors of #241FC1
Black with #241FC1
Text Example
Text Example
White with #241FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241FC1; }
p { color: rgb(36,31,193); }
H1.HeaderClassName
{
color: #241FC1;
}
.AnyTagClassName
{
color: #241FC1;
}
</style>
background-color css
<style>
a { background-color: #241FC1; }
a { background-color: rgb(36,31,193); }
div.DivClassName
{
background-color: #241FC1;
}
.BgClassName
{
background-color: #241FC1;
}
</style>
border-color css
<style>
span { border-color: #241FC1; }
span { border-color: rgb(36,31,193); }
td.TdClassName
{
border-color: #241FC1;
}
.TagClassName
{
border-color: #241FC1;
}
</style>