Shades of Persian Blue #293DB7
Tints of Persian Blue #293DB7
RGB
CMYK
RGB Variations
Color information
#293DB7 (or 0x293DB7) is known color: Persian Blue. HEX triplet: 29, 3D and B7. RGB value is (41,61,183). Sum of RGB (Red+Green+Blue) = 41+61+183=285 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.39% from 285); Green value is 61 (24.22% from 255 or 21.40% from 285); Blue value is 183 (71.88% from 255 or 64.21% from 285); Max value from RGB is 183 - color contains mainly: blue. Hex color #293DB7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293DB7 is #D6C248. Grayscale: #444444. Windows color (decimal): -14074441 or 12008745. OLE color: 12008745.
HSL color Cylindrical-coordinate representation of color #293DB7: hue angle of 231.55º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #293DB7 is Cyan = 0.78, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 41 | 61 | 183 | - |
| CMYK | 0.78 | 0.67 | 0 | 0.28 |
| HSL | 231.55º | 0.63% | 0.44% | - |
| HSV(B) | 231.55º | 0.78% | 0.72% | - |
| XYZ | 11.13 | 7.23 | 45.61 | - |
| YUV | 68.93 | 192.37 | 108.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 61 | 183 | 0.78 | 0.67 | 0 | 0.28 | 231.55 | 0.63 | 0.44 |
| Hex | 29 | 3D | B7 | 4E | 43 | 0 | 1C | E8 | 3F | 2C |
| Octal | 51 | 75 | 267 | 116 | 103 | 0 | 34 | 350 | 77 | 54 |
| Binary | 101001 | 111101 | 10110111 | 1001110 | 1000011 | 0 | 11100 | 11101000 | 111111 | 101100 |
Color Harmonies of #293DB7
Complementary color
Monochromatic Colors of #293DB7
Black with #293DB7
Text Example
Text Example
White with #293DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293DB7; }
p { color: rgb(41,61,183); }
H1.HeaderClassName
{
color: #293DB7;
}
.AnyTagClassName
{
color: #293DB7;
}
</style>
background-color css
<style>
a { background-color: #293DB7; }
a { background-color: rgb(41,61,183); }
div.DivClassName
{
background-color: #293DB7;
}
.BgClassName
{
background-color: #293DB7;
}
</style>
border-color css
<style>
span { border-color: #293DB7; }
span { border-color: rgb(41,61,183); }
td.TdClassName
{
border-color: #293DB7;
}
.TagClassName
{
border-color: #293DB7;
}
</style>