Shades of Persian Blue #292DC0
Tints of Persian Blue #292DC0
RGB
CMYK
RGB Variations
Color information
#292DC0 (or 0x292DC0) is known color: Persian Blue. HEX triplet: 29, 2D and C0. RGB value is (41,45,192). Sum of RGB (Red+Green+Blue) = 41+45+192=278 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.75% from 278); Green value is 45 (17.97% from 255 or 16.19% from 278); Blue value is 192 (75.39% from 255 or 69.06% from 278); Max value from RGB is 192 - color contains mainly: blue. Hex color #292DC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #292DC0 is #D6D23F. Grayscale: #3B3B3B. Windows color (decimal): -14078528 or 12594473. OLE color: 12594473.
HSL color Cylindrical-coordinate representation of color #292DC0: hue angle of 238.41º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #292DC0 is Cyan = 0.79, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 41 | 45 | 192 | - |
| CMYK | 0.79 | 0.77 | 0 | 0.25 |
| HSL | 238.41º | 0.65% | 0.46% | - |
| HSV(B) | 238.41º | 0.79% | 0.75% | - |
| XYZ | 11.37 | 6.15 | 50.46 | - |
| YUV | 60.56 | 202.17 | 114.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 45 | 192 | 0.79 | 0.77 | 0 | 0.25 | 238.41 | 0.65 | 0.46 |
| Hex | 29 | 2D | C0 | 4F | 4D | 0 | 19 | EE | 41 | 2E |
| Octal | 51 | 55 | 300 | 117 | 115 | 0 | 31 | 356 | 101 | 56 |
| Binary | 101001 | 101101 | 11000000 | 1001111 | 1001101 | 0 | 11001 | 11101110 | 1000001 | 101110 |
Color Harmonies of #292DC0
Complementary color
Monochromatic Colors of #292DC0
Black with #292DC0
Text Example
Text Example
White with #292DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292DC0; }
p { color: rgb(41,45,192); }
H1.HeaderClassName
{
color: #292DC0;
}
.AnyTagClassName
{
color: #292DC0;
}
</style>
background-color css
<style>
a { background-color: #292DC0; }
a { background-color: rgb(41,45,192); }
div.DivClassName
{
background-color: #292DC0;
}
.BgClassName
{
background-color: #292DC0;
}
</style>
border-color css
<style>
span { border-color: #292DC0; }
span { border-color: rgb(41,45,192); }
td.TdClassName
{
border-color: #292DC0;
}
.TagClassName
{
border-color: #292DC0;
}
</style>