Shades of Persian Blue #293DB1
Tints of Persian Blue #293DB1
RGB
CMYK
RGB Variations
Color information
#293DB1 (or 0x293DB1) is known color: Persian Blue. HEX triplet: 29, 3D and B1. RGB value is (41,61,177). Sum of RGB (Red+Green+Blue) = 41+61+177=279 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.70% from 279); Green value is 61 (24.22% from 255 or 21.86% from 279); Blue value is 177 (69.53% from 255 or 63.44% from 279); Max value from RGB is 177 - color contains mainly: blue. Hex color #293DB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293DB1 is #D6C24E. Grayscale: #434343. Windows color (decimal): -14074447 or 11615529. OLE color: 11615529.
HSL color Cylindrical-coordinate representation of color #293DB1: hue angle of 231.18º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #293DB1 is Cyan = 0.77, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 41 | 61 | 177 | - |
| CMYK | 0.77 | 0.66 | 0 | 0.31 |
| HSL | 231.18º | 0.62% | 0.43% | - |
| HSV(B) | 231.18º | 0.77% | 0.69% | - |
| XYZ | 10.52 | 6.98 | 42.39 | - |
| YUV | 68.24 | 189.37 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 61 | 177 | 0.77 | 0.66 | 0 | 0.31 | 231.18 | 0.62 | 0.43 |
| Hex | 29 | 3D | B1 | 4D | 42 | 0 | 1F | E7 | 3E | 2B |
| Octal | 51 | 75 | 261 | 115 | 102 | 0 | 37 | 347 | 76 | 53 |
| Binary | 101001 | 111101 | 10110001 | 1001101 | 1000010 | 0 | 11111 | 11100111 | 111110 | 101011 |
Color Harmonies of #293DB1
Complementary color
Monochromatic Colors of #293DB1
Black with #293DB1
Text Example
Text Example
White with #293DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293DB1; }
p { color: rgb(41,61,177); }
H1.HeaderClassName
{
color: #293DB1;
}
.AnyTagClassName
{
color: #293DB1;
}
</style>
background-color css
<style>
a { background-color: #293DB1; }
a { background-color: rgb(41,61,177); }
div.DivClassName
{
background-color: #293DB1;
}
.BgClassName
{
background-color: #293DB1;
}
</style>
border-color css
<style>
span { border-color: #293DB1; }
span { border-color: rgb(41,61,177); }
td.TdClassName
{
border-color: #293DB1;
}
.TagClassName
{
border-color: #293DB1;
}
</style>