Shades of Persian Blue #2427BA
Tints of Persian Blue #2427BA
RGB
CMYK
RGB Variations
Color information
#2427BA (or 0x2427BA) is known color: Persian Blue. HEX triplet: 24, 27 and BA. RGB value is (36,39,186). Sum of RGB (Red+Green+Blue) = 36+39+186=261 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.79% from 261); Green value is 39 (15.62% from 255 or 14.94% from 261); Blue value is 186 (73.05% from 255 or 71.26% from 261); Max value from RGB is 186 - color contains mainly: blue. Hex color #2427BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2427BA is #DBD845. Grayscale: #363636. Windows color (decimal): -14407750 or 12199716. OLE color: 12199716.
HSL color Cylindrical-coordinate representation of color #2427BA: hue angle of 238.8º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2427BA is Cyan = 0.81, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 36 | 39 | 186 | - |
| CMYK | 0.81 | 0.79 | 0 | 0.27 |
| HSL | 238.8º | 0.68% | 0.44% | - |
| HSV(B) | 238.8º | 0.81% | 0.73% | - |
| XYZ | 10.32 | 5.37 | 46.95 | - |
| YUV | 54.86 | 202.01 | 114.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 39 | 186 | 0.81 | 0.79 | 0 | 0.27 | 238.8 | 0.68 | 0.44 |
| Hex | 24 | 27 | BA | 51 | 4F | 0 | 1B | EF | 44 | 2C |
| Octal | 44 | 47 | 272 | 121 | 117 | 0 | 33 | 357 | 104 | 54 |
| Binary | 100100 | 100111 | 10111010 | 1010001 | 1001111 | 0 | 11011 | 11101111 | 1000100 | 101100 |
Color Harmonies of #2427BA
Complementary color
Monochromatic Colors of #2427BA
Black with #2427BA
Text Example
Text Example
White with #2427BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2427BA; }
p { color: rgb(36,39,186); }
H1.HeaderClassName
{
color: #2427BA;
}
.AnyTagClassName
{
color: #2427BA;
}
</style>
background-color css
<style>
a { background-color: #2427BA; }
a { background-color: rgb(36,39,186); }
div.DivClassName
{
background-color: #2427BA;
}
.BgClassName
{
background-color: #2427BA;
}
</style>
border-color css
<style>
span { border-color: #2427BA; }
span { border-color: rgb(36,39,186); }
td.TdClassName
{
border-color: #2427BA;
}
.TagClassName
{
border-color: #2427BA;
}
</style>