Shades of Persian Blue #241BBA
Tints of Persian Blue #241BBA
RGB
CMYK
RGB Variations
Color information
#241BBA (or 0x241BBA) is known color: Persian Blue. HEX triplet: 24, 1B and BA. RGB value is (36,27,186). Sum of RGB (Red+Green+Blue) = 36+27+186=249 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.46% from 249); Green value is 27 (10.94% from 255 or 10.84% from 249); Blue value is 186 (73.05% from 255 or 74.70% from 249); Max value from RGB is 186 - color contains mainly: blue. Hex color #241BBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #241BBA is #DBE445. Grayscale: #2F2F2F. Windows color (decimal): -14410822 or 12196644. OLE color: 12196644.
HSL color Cylindrical-coordinate representation of color #241BBA: hue angle of 243.4º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #241BBA is Cyan = 0.81, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 36 | 27 | 186 | - |
| CMYK | 0.81 | 0.85 | 0 | 0.27 |
| HSL | 243.4º | 0.75% | 0.42% | - |
| HSV(B) | 243.4º | 0.85% | 0.73% | - |
| XYZ | 9.98 | 4.7 | 46.84 | - |
| YUV | 47.82 | 205.98 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 27 | 186 | 0.81 | 0.85 | 0 | 0.27 | 243.4 | 0.75 | 0.42 |
| Hex | 24 | 1B | BA | 51 | 55 | 0 | 1B | F3 | 4B | 2A |
| Octal | 44 | 33 | 272 | 121 | 125 | 0 | 33 | 363 | 113 | 52 |
| Binary | 100100 | 11011 | 10111010 | 1010001 | 1010101 | 0 | 11011 | 11110011 | 1001011 | 101010 |
Color Harmonies of #241BBA
Complementary color
Monochromatic Colors of #241BBA
Black with #241BBA
Text Example
Text Example
White with #241BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241BBA; }
p { color: rgb(36,27,186); }
H1.HeaderClassName
{
color: #241BBA;
}
.AnyTagClassName
{
color: #241BBA;
}
</style>
background-color css
<style>
a { background-color: #241BBA; }
a { background-color: rgb(36,27,186); }
div.DivClassName
{
background-color: #241BBA;
}
.BgClassName
{
background-color: #241BBA;
}
</style>
border-color css
<style>
span { border-color: #241BBA; }
span { border-color: rgb(36,27,186); }
td.TdClassName
{
border-color: #241BBA;
}
.TagClassName
{
border-color: #241BBA;
}
</style>