Shades of Persian Blue #292EEA
Tints of Persian Blue #292EEA
RGB
CMYK
RGB Variations
Color information
#292EEA (or 0x292EEA) is known color: Persian Blue. HEX triplet: 29, 2E and EA. RGB value is (41,46,234). Sum of RGB (Red+Green+Blue) = 41+46+234=321 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.77% from 321); Green value is 46 (18.36% from 255 or 14.33% from 321); Blue value is 234 (91.80% from 255 or 72.90% from 321); Max value from RGB is 234 - color contains mainly: blue. Hex color #292EEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #292EEA is #D6D115. Grayscale: #414141. Windows color (decimal): -14078230 or 15347241. OLE color: 15347241.
HSL color Cylindrical-coordinate representation of color #292EEA: hue angle of 238.45º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #292EEA is Cyan = 0.82, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 41 | 46 | 234 | - |
| CMYK | 0.82 | 0.80 | 0 | 0.08 |
| HSL | 238.45º | 0.82% | 0.54% | - |
| HSV(B) | 238.45º | 0.82% | 0.92% | - |
| XYZ | 16.74 | 8.37 | 78.57 | - |
| YUV | 65.94 | 222.84 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 46 | 234 | 0.82 | 0.80 | 0 | 0.08 | 238.45 | 0.82 | 0.54 |
| Hex | 29 | 2E | EA | 52 | 50 | 0 | 8 | EE | 52 | 36 |
| Octal | 51 | 56 | 352 | 122 | 120 | 0 | 10 | 356 | 122 | 66 |
| Binary | 101001 | 101110 | 11101010 | 1010010 | 1010000 | 0 | 1000 | 11101110 | 1010010 | 110110 |
Color Harmonies of #292EEA
Complementary color
Monochromatic Colors of #292EEA
Black with #292EEA
Text Example
Text Example
White with #292EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292EEA; }
p { color: rgb(41,46,234); }
H1.HeaderClassName
{
color: #292EEA;
}
.AnyTagClassName
{
color: #292EEA;
}
</style>
background-color css
<style>
a { background-color: #292EEA; }
a { background-color: rgb(41,46,234); }
div.DivClassName
{
background-color: #292EEA;
}
.BgClassName
{
background-color: #292EEA;
}
</style>
border-color css
<style>
span { border-color: #292EEA; }
span { border-color: rgb(41,46,234); }
td.TdClassName
{
border-color: #292EEA;
}
.TagClassName
{
border-color: #292EEA;
}
</style>