Shades of Persian Blue #241ABA
Tints of Persian Blue #241ABA
RGB
CMYK
RGB Variations
Color information
#241ABA (or 0x241ABA) is known color: Persian Blue. HEX triplet: 24, 1A and BA. RGB value is (36,26,186). Sum of RGB (Red+Green+Blue) = 36+26+186=248 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.52% from 248); Green value is 26 (10.55% from 255 or 10.48% from 248); Blue value is 186 (73.05% from 255 or 75% from 248); Max value from RGB is 186 - color contains mainly: blue. Hex color #241ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #241ABA is #DBE545. Grayscale: #2E2E2E. Windows color (decimal): -14411078 or 12196388. OLE color: 12196388.
HSL color Cylindrical-coordinate representation of color #241ABA: hue angle of 243.75º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #241ABA is Cyan = 0.81, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 36 | 26 | 186 | - |
| CMYK | 0.81 | 0.86 | 0 | 0.27 |
| HSL | 243.75º | 0.75% | 0.42% | - |
| HSV(B) | 243.75º | 0.86% | 0.73% | - |
| XYZ | 9.96 | 4.66 | 46.83 | - |
| YUV | 47.23 | 206.31 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 26 | 186 | 0.81 | 0.86 | 0 | 0.27 | 243.75 | 0.75 | 0.42 |
| Hex | 24 | 1A | BA | 51 | 56 | 0 | 1B | F4 | 4B | 2A |
| Octal | 44 | 32 | 272 | 121 | 126 | 0 | 33 | 364 | 113 | 52 |
| Binary | 100100 | 11010 | 10111010 | 1010001 | 1010110 | 0 | 11011 | 11110100 | 1001011 | 101010 |
Color Harmonies of #241ABA
Complementary color
Monochromatic Colors of #241ABA
Black with #241ABA
Text Example
Text Example
White with #241ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241ABA; }
p { color: rgb(36,26,186); }
H1.HeaderClassName
{
color: #241ABA;
}
.AnyTagClassName
{
color: #241ABA;
}
</style>
background-color css
<style>
a { background-color: #241ABA; }
a { background-color: rgb(36,26,186); }
div.DivClassName
{
background-color: #241ABA;
}
.BgClassName
{
background-color: #241ABA;
}
</style>
border-color css
<style>
span { border-color: #241ABA; }
span { border-color: rgb(36,26,186); }
td.TdClassName
{
border-color: #241ABA;
}
.TagClassName
{
border-color: #241ABA;
}
</style>