Shades of Persian Blue #292FD3
Tints of Persian Blue #292FD3
RGB
CMYK
RGB Variations
Color information
#292FD3 (or 0x292FD3) is known color: Persian Blue. HEX triplet: 29, 2F and D3. RGB value is (41,47,211). Sum of RGB (Red+Green+Blue) = 41+47+211=299 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.71% from 299); Green value is 47 (18.75% from 255 or 15.72% from 299); Blue value is 211 (82.81% from 255 or 70.57% from 299); Max value from RGB is 211 - color contains mainly: blue. Hex color #292FD3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #292FD3 is #D6D02C. Grayscale: #3F3F3F. Windows color (decimal): -14077997 or 13840169. OLE color: 13840169.
HSL color Cylindrical-coordinate representation of color #292FD3: hue angle of 237.88º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #292FD3 is Cyan = 0.81, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 41 | 47 | 211 | - |
| CMYK | 0.81 | 0.78 | 0 | 0.17 |
| HSL | 237.88º | 0.67% | 0.49% | - |
| HSV(B) | 237.88º | 0.81% | 0.83% | - |
| XYZ | 13.69 | 7.21 | 62.3 | - |
| YUV | 63.9 | 211.01 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 47 | 211 | 0.81 | 0.78 | 0 | 0.17 | 237.88 | 0.67 | 0.49 |
| Hex | 29 | 2F | D3 | 51 | 4E | 0 | 11 | EE | 43 | 31 |
| Octal | 51 | 57 | 323 | 121 | 116 | 0 | 21 | 356 | 103 | 61 |
| Binary | 101001 | 101111 | 11010011 | 1010001 | 1001110 | 0 | 10001 | 11101110 | 1000011 | 110001 |
Color Harmonies of #292FD3
Complementary color
Monochromatic Colors of #292FD3
Black with #292FD3
Text Example
Text Example
White with #292FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292FD3; }
p { color: rgb(41,47,211); }
H1.HeaderClassName
{
color: #292FD3;
}
.AnyTagClassName
{
color: #292FD3;
}
</style>
background-color css
<style>
a { background-color: #292FD3; }
a { background-color: rgb(41,47,211); }
div.DivClassName
{
background-color: #292FD3;
}
.BgClassName
{
background-color: #292FD3;
}
</style>
border-color css
<style>
span { border-color: #292FD3; }
span { border-color: rgb(41,47,211); }
td.TdClassName
{
border-color: #292FD3;
}
.TagClassName
{
border-color: #292FD3;
}
</style>