Shades of Persian Blue #3124AF
Tints of Persian Blue #3124AF
RGB
CMYK
RGB Variations
Color information
#3124AF (or 0x3124AF) is known color: Persian Blue. HEX triplet: 31, 24 and AF. RGB value is (49,36,175). Sum of RGB (Red+Green+Blue) = 49+36+175=260 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.85% from 260); Green value is 36 (14.45% from 255 or 13.85% from 260); Blue value is 175 (68.75% from 255 or 67.31% from 260); Max value from RGB is 175 - color contains mainly: blue. Hex color #3124AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3124AF is #CEDB50. Grayscale: #373737. Windows color (decimal): -13556561 or 11478065. OLE color: 11478065.
HSL color Cylindrical-coordinate representation of color #3124AF: hue angle of 245.61º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3124AF is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 49 | 36 | 175 | - |
| CMYK | 0.72 | 0.79 | 0 | 0.31 |
| HSL | 245.61º | 0.66% | 0.41% | - |
| HSV(B) | 245.61º | 0.79% | 0.69% | - |
| XYZ | 9.64 | 5.01 | 41.02 | - |
| YUV | 55.73 | 195.31 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 36 | 175 | 0.72 | 0.79 | 0 | 0.31 | 245.61 | 0.66 | 0.41 |
| Hex | 31 | 24 | AF | 48 | 4F | 0 | 1F | F6 | 42 | 29 |
| Octal | 61 | 44 | 257 | 110 | 117 | 0 | 37 | 366 | 102 | 51 |
| Binary | 110001 | 100100 | 10101111 | 1001000 | 1001111 | 0 | 11111 | 11110110 | 1000010 | 101001 |
Color Harmonies of #3124AF
Complementary color
Monochromatic Colors of #3124AF
Black with #3124AF
Text Example
Text Example
White with #3124AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3124AF; }
p { color: rgb(49,36,175); }
H1.HeaderClassName
{
color: #3124AF;
}
.AnyTagClassName
{
color: #3124AF;
}
</style>
background-color css
<style>
a { background-color: #3124AF; }
a { background-color: rgb(49,36,175); }
div.DivClassName
{
background-color: #3124AF;
}
.BgClassName
{
background-color: #3124AF;
}
</style>
border-color css
<style>
span { border-color: #3124AF; }
span { border-color: rgb(49,36,175); }
td.TdClassName
{
border-color: #3124AF;
}
.TagClassName
{
border-color: #3124AF;
}
</style>