Shades of Persian Blue #292DDF
Tints of Persian Blue #292DDF
RGB
CMYK
RGB Variations
Color information
#292DDF (or 0x292DDF) is known color: Persian Blue. HEX triplet: 29, 2D and DF. RGB value is (41,45,223). Sum of RGB (Red+Green+Blue) = 41+45+223=309 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.27% from 309); Green value is 45 (17.97% from 255 or 14.56% from 309); Blue value is 223 (87.5% from 255 or 72.17% from 309); Max value from RGB is 223 - color contains mainly: blue. Hex color #292DDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #292DDF is #D6D220. Grayscale: #3F3F3F. Windows color (decimal): -14078497 or 14626089. OLE color: 14626089.
HSL color Cylindrical-coordinate representation of color #292DDF: hue angle of 238.68º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #292DDF is Cyan = 0.82, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 41 | 45 | 223 | - |
| CMYK | 0.82 | 0.80 | 0 | 0.13 |
| HSL | 238.68º | 0.74% | 0.52% | - |
| HSV(B) | 238.68º | 0.82% | 0.87% | - |
| XYZ | 15.17 | 7.68 | 70.49 | - |
| YUV | 64.1 | 217.67 | 111.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 45 | 223 | 0.82 | 0.80 | 0 | 0.13 | 238.68 | 0.74 | 0.52 |
| Hex | 29 | 2D | DF | 52 | 50 | 0 | D | EF | 4A | 34 |
| Octal | 51 | 55 | 337 | 122 | 120 | 0 | 15 | 357 | 112 | 64 |
| Binary | 101001 | 101101 | 11011111 | 1010010 | 1010000 | 0 | 1101 | 11101111 | 1001010 | 110100 |
Color Harmonies of #292DDF
Complementary color
Monochromatic Colors of #292DDF
Black with #292DDF
Text Example
Text Example
White with #292DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292DDF; }
p { color: rgb(41,45,223); }
H1.HeaderClassName
{
color: #292DDF;
}
.AnyTagClassName
{
color: #292DDF;
}
</style>
background-color css
<style>
a { background-color: #292DDF; }
a { background-color: rgb(41,45,223); }
div.DivClassName
{
background-color: #292DDF;
}
.BgClassName
{
background-color: #292DDF;
}
</style>
border-color css
<style>
span { border-color: #292DDF; }
span { border-color: rgb(41,45,223); }
td.TdClassName
{
border-color: #292DDF;
}
.TagClassName
{
border-color: #292DDF;
}
</style>