Shades of Persian Blue #2431E4
Tints of Persian Blue #2431E4
RGB
CMYK
RGB Variations
Color information
#2431E4 (or 0x2431E4) is known color: Persian Blue. HEX triplet: 24, 31 and E4. RGB value is (36,49,228). Sum of RGB (Red+Green+Blue) = 36+49+228=313 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.50% from 313); Green value is 49 (19.53% from 255 or 15.65% from 313); Blue value is 228 (89.45% from 255 or 72.84% from 313); Max value from RGB is 228 - color contains mainly: blue. Hex color #2431E4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2431E4 is #DBCE1B. Grayscale: #404040. Windows color (decimal): -14405148 or 14954788. OLE color: 14954788.
HSL color Cylindrical-coordinate representation of color #2431E4: hue angle of 235.94º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2431E4 is Cyan = 0.84, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 36 | 49 | 228 | - |
| CMYK | 0.84 | 0.79 | 0 | 0.11 |
| HSL | 235.94º | 0.78% | 0.52% | - |
| HSV(B) | 235.94º | 0.84% | 0.89% | - |
| XYZ | 15.83 | 8.17 | 74.14 | - |
| YUV | 65.52 | 219.69 | 106.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 49 | 228 | 0.84 | 0.79 | 0 | 0.11 | 235.94 | 0.78 | 0.52 |
| Hex | 24 | 31 | E4 | 54 | 4F | 0 | B | EC | 4E | 34 |
| Octal | 44 | 61 | 344 | 124 | 117 | 0 | 13 | 354 | 116 | 64 |
| Binary | 100100 | 110001 | 11100100 | 1010100 | 1001111 | 0 | 1011 | 11101100 | 1001110 | 110100 |
Color Harmonies of #2431E4
Complementary color
Monochromatic Colors of #2431E4
Black with #2431E4
Text Example
Text Example
White with #2431E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2431E4; }
p { color: rgb(36,49,228); }
H1.HeaderClassName
{
color: #2431E4;
}
.AnyTagClassName
{
color: #2431E4;
}
</style>
background-color css
<style>
a { background-color: #2431E4; }
a { background-color: rgb(36,49,228); }
div.DivClassName
{
background-color: #2431E4;
}
.BgClassName
{
background-color: #2431E4;
}
</style>
border-color css
<style>
span { border-color: #2431E4; }
span { border-color: rgb(36,49,228); }
td.TdClassName
{
border-color: #2431E4;
}
.TagClassName
{
border-color: #2431E4;
}
</style>