Shades of Persian Blue #3129DF
Tints of Persian Blue #3129DF
RGB
CMYK
RGB Variations
Color information
#3129DF (or 0x3129DF) is known color: Persian Blue. HEX triplet: 31, 29 and DF. RGB value is (49,41,223). Sum of RGB (Red+Green+Blue) = 49+41+223=313 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.65% from 313); Green value is 41 (16.41% from 255 or 13.10% from 313); Blue value is 223 (87.5% from 255 or 71.25% from 313); Max value from RGB is 223 - color contains mainly: blue. Hex color #3129DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3129DF is #CED620. Grayscale: #3F3F3F. Windows color (decimal): -13555233 or 14625073. OLE color: 14625073.
HSL color Cylindrical-coordinate representation of color #3129DF: hue angle of 242.64º 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 #3129DF is Cyan = 0.78, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 41 | 223 | - |
| CMYK | 0.78 | 0.82 | 0 | 0.13 |
| HSL | 242.64º | 0.74% | 0.52% | - |
| HSV(B) | 242.64º | 0.82% | 0.87% | - |
| XYZ | 15.38 | 7.57 | 70.46 | - |
| YUV | 64.14 | 217.65 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 41 | 223 | 0.78 | 0.82 | 0 | 0.13 | 242.64 | 0.74 | 0.52 |
| Hex | 31 | 29 | DF | 4E | 52 | 0 | D | F3 | 4A | 34 |
| Octal | 61 | 51 | 337 | 116 | 122 | 0 | 15 | 363 | 112 | 64 |
| Binary | 110001 | 101001 | 11011111 | 1001110 | 1010010 | 0 | 1101 | 11110011 | 1001010 | 110100 |
Color Harmonies of #3129DF
Complementary color
Monochromatic Colors of #3129DF
Black with #3129DF
Text Example
Text Example
White with #3129DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3129DF; }
p { color: rgb(49,41,223); }
H1.HeaderClassName
{
color: #3129DF;
}
.AnyTagClassName
{
color: #3129DF;
}
</style>
background-color css
<style>
a { background-color: #3129DF; }
a { background-color: rgb(49,41,223); }
div.DivClassName
{
background-color: #3129DF;
}
.BgClassName
{
background-color: #3129DF;
}
</style>
border-color css
<style>
span { border-color: #3129DF; }
span { border-color: rgb(49,41,223); }
td.TdClassName
{
border-color: #3129DF;
}
.TagClassName
{
border-color: #3129DF;
}
</style>