Shades of Persian Blue #2725AF
Tints of Persian Blue #2725AF
RGB
CMYK
RGB Variations
Color information
#2725AF (or 0x2725AF) is known color: Persian Blue. HEX triplet: 27, 25 and AF. RGB value is (39,37,175). Sum of RGB (Red+Green+Blue) = 39+37+175=251 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.54% from 251); Green value is 37 (14.84% from 255 or 14.74% from 251); Blue value is 175 (68.75% from 255 or 69.72% from 251); Max value from RGB is 175 - color contains mainly: blue. Hex color #2725AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2725AF is #D8DA50. Grayscale: #343434. Windows color (decimal): -14211665 or 11478311. OLE color: 11478311.
HSL color Cylindrical-coordinate representation of color #2725AF: hue angle of 240.87º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2725AF is Cyan = 0.78, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 39 | 37 | 175 | - |
| CMYK | 0.78 | 0.79 | 0 | 0.31 |
| HSL | 240.87º | 0.65% | 0.42% | - |
| HSV(B) | 240.87º | 0.79% | 0.69% | - |
| XYZ | 9.24 | 4.85 | 41.01 | - |
| YUV | 53.33 | 196.66 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 37 | 175 | 0.78 | 0.79 | 0 | 0.31 | 240.87 | 0.65 | 0.42 |
| Hex | 27 | 25 | AF | 4E | 4F | 0 | 1F | F1 | 41 | 2A |
| Octal | 47 | 45 | 257 | 116 | 117 | 0 | 37 | 361 | 101 | 52 |
| Binary | 100111 | 100101 | 10101111 | 1001110 | 1001111 | 0 | 11111 | 11110001 | 1000001 | 101010 |
Color Harmonies of #2725AF
Complementary color
Monochromatic Colors of #2725AF
Black with #2725AF
Text Example
Text Example
White with #2725AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2725AF; }
p { color: rgb(39,37,175); }
H1.HeaderClassName
{
color: #2725AF;
}
.AnyTagClassName
{
color: #2725AF;
}
</style>
background-color css
<style>
a { background-color: #2725AF; }
a { background-color: rgb(39,37,175); }
div.DivClassName
{
background-color: #2725AF;
}
.BgClassName
{
background-color: #2725AF;
}
</style>
border-color css
<style>
span { border-color: #2725AF; }
span { border-color: rgb(39,37,175); }
td.TdClassName
{
border-color: #2725AF;
}
.TagClassName
{
border-color: #2725AF;
}
</style>