Shades of Persian Blue #3127AF
Tints of Persian Blue #3127AF
RGB
CMYK
RGB Variations
Color information
#3127AF (or 0x3127AF) is known color: Persian Blue. HEX triplet: 31, 27 and AF. RGB value is (49,39,175). Sum of RGB (Red+Green+Blue) = 49+39+175=263 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.63% from 263); Green value is 39 (15.62% from 255 or 14.83% from 263); Blue value is 175 (68.75% from 255 or 66.54% from 263); Max value from RGB is 175 - color contains mainly: blue. Hex color #3127AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3127AF is #CED850. Grayscale: #383838. Windows color (decimal): -13555793 or 11478833. OLE color: 11478833.
HSL color Cylindrical-coordinate representation of color #3127AF: hue angle of 244.41º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3127AF is Cyan = 0.72, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 49 | 39 | 175 | - |
| CMYK | 0.72 | 0.78 | 0 | 0.31 |
| HSL | 244.41º | 0.64% | 0.42% | - |
| HSV(B) | 244.41º | 0.78% | 0.69% | - |
| XYZ | 9.73 | 5.2 | 41.05 | - |
| YUV | 57.49 | 194.31 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 39 | 175 | 0.72 | 0.78 | 0 | 0.31 | 244.41 | 0.64 | 0.42 |
| Hex | 31 | 27 | AF | 48 | 4E | 0 | 1F | F4 | 40 | 2A |
| Octal | 61 | 47 | 257 | 110 | 116 | 0 | 37 | 364 | 100 | 52 |
| Binary | 110001 | 100111 | 10101111 | 1001000 | 1001110 | 0 | 11111 | 11110100 | 1000000 | 101010 |
Color Harmonies of #3127AF
Complementary color
Monochromatic Colors of #3127AF
Black with #3127AF
Text Example
Text Example
White with #3127AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3127AF; }
p { color: rgb(49,39,175); }
H1.HeaderClassName
{
color: #3127AF;
}
.AnyTagClassName
{
color: #3127AF;
}
</style>
background-color css
<style>
a { background-color: #3127AF; }
a { background-color: rgb(49,39,175); }
div.DivClassName
{
background-color: #3127AF;
}
.BgClassName
{
background-color: #3127AF;
}
</style>
border-color css
<style>
span { border-color: #3127AF; }
span { border-color: rgb(49,39,175); }
td.TdClassName
{
border-color: #3127AF;
}
.TagClassName
{
border-color: #3127AF;
}
</style>