Shades of Persian Blue #2429E7
Tints of Persian Blue #2429E7
RGB
CMYK
RGB Variations
Color information
#2429E7 (or 0x2429E7) is known color: Persian Blue. HEX triplet: 24, 29 and E7. RGB value is (36,41,231). Sum of RGB (Red+Green+Blue) = 36+41+231=308 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.69% from 308); Green value is 41 (16.41% from 255 or 13.31% from 308); Blue value is 231 (90.62% from 255 or 75% from 308); Max value from RGB is 231 - color contains mainly: blue. Hex color #2429E7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2429E7 is #DBD618. Grayscale: #3C3C3C. Windows color (decimal): -14407193 or 15149348. OLE color: 15149348.
HSL color Cylindrical-coordinate representation of color #2429E7: hue angle of 238.46º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2429E7 is Cyan = 0.84, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 36 | 41 | 231 | - |
| CMYK | 0.84 | 0.82 | 0 | 0.09 |
| HSL | 238.46º | 0.8% | 0.52% | - |
| HSV(B) | 238.46º | 0.84% | 0.91% | - |
| XYZ | 15.94 | 7.73 | 76.25 | - |
| YUV | 61.17 | 223.84 | 110.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 41 | 231 | 0.84 | 0.82 | 0 | 0.09 | 238.46 | 0.8 | 0.52 |
| Hex | 24 | 29 | E7 | 54 | 52 | 0 | 9 | EE | 50 | 34 |
| Octal | 44 | 51 | 347 | 124 | 122 | 0 | 11 | 356 | 120 | 64 |
| Binary | 100100 | 101001 | 11100111 | 1010100 | 1010010 | 0 | 1001 | 11101110 | 1010000 | 110100 |
Color Harmonies of #2429E7
Complementary color
Monochromatic Colors of #2429E7
Black with #2429E7
Text Example
Text Example
White with #2429E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2429E7; }
p { color: rgb(36,41,231); }
H1.HeaderClassName
{
color: #2429E7;
}
.AnyTagClassName
{
color: #2429E7;
}
</style>
background-color css
<style>
a { background-color: #2429E7; }
a { background-color: rgb(36,41,231); }
div.DivClassName
{
background-color: #2429E7;
}
.BgClassName
{
background-color: #2429E7;
}
</style>
border-color css
<style>
span { border-color: #2429E7; }
span { border-color: rgb(36,41,231); }
td.TdClassName
{
border-color: #2429E7;
}
.TagClassName
{
border-color: #2429E7;
}
</style>