Shades of Persian Blue #292BD6
Tints of Persian Blue #292BD6
RGB
CMYK
RGB Variations
Color information
#292BD6 (or 0x292BD6) is known color: Persian Blue. HEX triplet: 29, 2B and D6. RGB value is (41,43,214). Sum of RGB (Red+Green+Blue) = 41+43+214=298 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.76% from 298); Green value is 43 (17.19% from 255 or 14.43% from 298); Blue value is 214 (83.98% from 255 or 71.81% from 298); Max value from RGB is 214 - color contains mainly: blue. Hex color #292BD6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #292BD6 is #D6D429. Grayscale: #3D3D3D. Windows color (decimal): -14079018 or 14035753. OLE color: 14035753.
HSL color Cylindrical-coordinate representation of color #292BD6: hue angle of 239.31º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #292BD6 is Cyan = 0.81, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 41 | 43 | 214 | - |
| CMYK | 0.81 | 0.80 | 0 | 0.16 |
| HSL | 239.31º | 0.68% | 0.5% | - |
| HSV(B) | 239.31º | 0.81% | 0.84% | - |
| XYZ | 13.92 | 7.05 | 64.25 | - |
| YUV | 61.9 | 213.84 | 113.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 43 | 214 | 0.81 | 0.80 | 0 | 0.16 | 239.31 | 0.68 | 0.5 |
| Hex | 29 | 2B | D6 | 51 | 50 | 0 | 10 | EF | 44 | 32 |
| Octal | 51 | 53 | 326 | 121 | 120 | 0 | 20 | 357 | 104 | 62 |
| Binary | 101001 | 101011 | 11010110 | 1010001 | 1010000 | 0 | 10000 | 11101111 | 1000100 | 110010 |
Color Harmonies of #292BD6
Complementary color
Monochromatic Colors of #292BD6
Black with #292BD6
Text Example
Text Example
White with #292BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292BD6; }
p { color: rgb(41,43,214); }
H1.HeaderClassName
{
color: #292BD6;
}
.AnyTagClassName
{
color: #292BD6;
}
</style>
background-color css
<style>
a { background-color: #292BD6; }
a { background-color: rgb(41,43,214); }
div.DivClassName
{
background-color: #292BD6;
}
.BgClassName
{
background-color: #292BD6;
}
</style>
border-color css
<style>
span { border-color: #292BD6; }
span { border-color: rgb(41,43,214); }
td.TdClassName
{
border-color: #292BD6;
}
.TagClassName
{
border-color: #292BD6;
}
</style>