Shades of Persian Blue #292DC8
Tints of Persian Blue #292DC8
RGB
CMYK
RGB Variations
Color information
#292DC8 (or 0x292DC8) is known color: Persian Blue. HEX triplet: 29, 2D and C8. RGB value is (41,45,200). Sum of RGB (Red+Green+Blue) = 41+45+200=286 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.34% from 286); Green value is 45 (17.97% from 255 or 15.73% from 286); Blue value is 200 (78.52% from 255 or 69.93% from 286); Max value from RGB is 200 - color contains mainly: blue. Hex color #292DC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #292DC8 is #D6D237. Grayscale: #3C3C3C. Windows color (decimal): -14078520 or 13118761. OLE color: 13118761.
HSL color Cylindrical-coordinate representation of color #292DC8: hue angle of 238.49º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #292DC8 is Cyan = 0.80, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 41 | 45 | 200 | - |
| CMYK | 0.80 | 0.78 | 0 | 0.22 |
| HSL | 238.49º | 0.66% | 0.47% | - |
| HSV(B) | 238.49º | 0.8% | 0.78% | - |
| XYZ | 12.28 | 6.52 | 55.25 | - |
| YUV | 61.47 | 206.17 | 113.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 45 | 200 | 0.80 | 0.78 | 0 | 0.22 | 238.49 | 0.66 | 0.47 |
| Hex | 29 | 2D | C8 | 50 | 4E | 0 | 16 | EE | 42 | 2F |
| Octal | 51 | 55 | 310 | 120 | 116 | 0 | 26 | 356 | 102 | 57 |
| Binary | 101001 | 101101 | 11001000 | 1010000 | 1001110 | 0 | 10110 | 11101110 | 1000010 | 101111 |
Color Harmonies of #292DC8
Complementary color
Monochromatic Colors of #292DC8
Black with #292DC8
Text Example
Text Example
White with #292DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292DC8; }
p { color: rgb(41,45,200); }
H1.HeaderClassName
{
color: #292DC8;
}
.AnyTagClassName
{
color: #292DC8;
}
</style>
background-color css
<style>
a { background-color: #292DC8; }
a { background-color: rgb(41,45,200); }
div.DivClassName
{
background-color: #292DC8;
}
.BgClassName
{
background-color: #292DC8;
}
</style>
border-color css
<style>
span { border-color: #292DC8; }
span { border-color: rgb(41,45,200); }
td.TdClassName
{
border-color: #292DC8;
}
.TagClassName
{
border-color: #292DC8;
}
</style>