Shades of Persian Blue #241BC1
Tints of Persian Blue #241BC1
RGB
CMYK
RGB Variations
Color information
#241BC1 (or 0x241BC1) is known color: Persian Blue. HEX triplet: 24, 1B and C1. RGB value is (36,27,193). Sum of RGB (Red+Green+Blue) = 36+27+193=256 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.06% from 256); Green value is 27 (10.94% from 255 or 10.55% from 256); Blue value is 193 (75.78% from 255 or 75.39% from 256); Max value from RGB is 193 - color contains mainly: blue. Hex color #241BC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #241BC1 is #DBE43E. Grayscale: #2F2F2F. Windows color (decimal): -14410815 or 12655396. OLE color: 12655396.
HSL color Cylindrical-coordinate representation of color #241BC1: hue angle of 243.25º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #241BC1 is Cyan = 0.81, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 36 | 27 | 193 | - |
| CMYK | 0.81 | 0.86 | 0 | 0.24 |
| HSL | 243.25º | 0.75% | 0.43% | - |
| HSV(B) | 243.25º | 0.86% | 0.76% | - |
| XYZ | 10.75 | 5.01 | 50.85 | - |
| YUV | 48.62 | 209.48 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 27 | 193 | 0.81 | 0.86 | 0 | 0.24 | 243.25 | 0.75 | 0.43 |
| Hex | 24 | 1B | C1 | 51 | 56 | 0 | 18 | F3 | 4B | 2B |
| Octal | 44 | 33 | 301 | 121 | 126 | 0 | 30 | 363 | 113 | 53 |
| Binary | 100100 | 11011 | 11000001 | 1010001 | 1010110 | 0 | 11000 | 11110011 | 1001011 | 101011 |
Color Harmonies of #241BC1
Complementary color
Monochromatic Colors of #241BC1
Black with #241BC1
Text Example
Text Example
White with #241BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241BC1; }
p { color: rgb(36,27,193); }
H1.HeaderClassName
{
color: #241BC1;
}
.AnyTagClassName
{
color: #241BC1;
}
</style>
background-color css
<style>
a { background-color: #241BC1; }
a { background-color: rgb(36,27,193); }
div.DivClassName
{
background-color: #241BC1;
}
.BgClassName
{
background-color: #241BC1;
}
</style>
border-color css
<style>
span { border-color: #241BC1; }
span { border-color: rgb(36,27,193); }
td.TdClassName
{
border-color: #241BC1;
}
.TagClassName
{
border-color: #241BC1;
}
</style>