Shades of Persian Blue #3127AA
Tints of Persian Blue #3127AA
RGB
CMYK
RGB Variations
Color information
#3127AA (or 0x3127AA) is known color: Persian Blue. HEX triplet: 31, 27 and AA. RGB value is (49,39,170). Sum of RGB (Red+Green+Blue) = 49+39+170=258 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.99% from 258); Green value is 39 (15.62% from 255 or 15.12% from 258); Blue value is 170 (66.80% from 255 or 65.89% from 258); Max value from RGB is 170 - color contains mainly: blue. Hex color #3127AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3127AA is #CED855. Grayscale: #383838. Windows color (decimal): -13555798 or 11151153. OLE color: 11151153.
HSL color Cylindrical-coordinate representation of color #3127AA: hue angle of 244.58º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3127AA is Cyan = 0.71, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 39 | 170 | - |
| CMYK | 0.71 | 0.77 | 0 | 0.33 |
| HSL | 244.58º | 0.63% | 0.41% | - |
| HSV(B) | 244.58º | 0.77% | 0.67% | - |
| XYZ | 9.25 | 5.01 | 38.51 | - |
| YUV | 56.92 | 191.81 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 39 | 170 | 0.71 | 0.77 | 0 | 0.33 | 244.58 | 0.63 | 0.41 |
| Hex | 31 | 27 | AA | 47 | 4D | 0 | 21 | F5 | 3F | 29 |
| Octal | 61 | 47 | 252 | 107 | 115 | 0 | 41 | 365 | 77 | 51 |
| Binary | 110001 | 100111 | 10101010 | 1000111 | 1001101 | 0 | 100001 | 11110101 | 111111 | 101001 |
Color Harmonies of #3127AA
Complementary color
Monochromatic Colors of #3127AA
Black with #3127AA
Text Example
Text Example
White with #3127AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3127AA; }
p { color: rgb(49,39,170); }
H1.HeaderClassName
{
color: #3127AA;
}
.AnyTagClassName
{
color: #3127AA;
}
</style>
background-color css
<style>
a { background-color: #3127AA; }
a { background-color: rgb(49,39,170); }
div.DivClassName
{
background-color: #3127AA;
}
.BgClassName
{
background-color: #3127AA;
}
</style>
border-color css
<style>
span { border-color: #3127AA; }
span { border-color: rgb(49,39,170); }
td.TdClassName
{
border-color: #3127AA;
}
.TagClassName
{
border-color: #3127AA;
}
</style>