Shades of Persian Blue #2D27AE
Tints of Persian Blue #2D27AE
RGB
CMYK
RGB Variations
Color information
#2D27AE (or 0x2D27AE) is known color: Persian Blue. HEX triplet: 2D, 27 and AE. RGB value is (45,39,174). Sum of RGB (Red+Green+Blue) = 45+39+174=258 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.44% from 258); Green value is 39 (15.62% from 255 or 15.12% from 258); Blue value is 174 (68.36% from 255 or 67.44% from 258); Max value from RGB is 174 - color contains mainly: blue. Hex color #2D27AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D27AE is #D2D851. Grayscale: #373737. Windows color (decimal): -13817938 or 11413293. OLE color: 11413293.
HSL color Cylindrical-coordinate representation of color #2D27AE: hue angle of 242.67º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2D27AE is Cyan = 0.74, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 45 | 39 | 174 | - |
| CMYK | 0.74 | 0.78 | 0 | 0.32 |
| HSL | 242.67º | 0.63% | 0.42% | - |
| HSV(B) | 242.67º | 0.78% | 0.68% | - |
| XYZ | 9.45 | 5.06 | 40.52 | - |
| YUV | 56.18 | 194.49 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 39 | 174 | 0.74 | 0.78 | 0 | 0.32 | 242.67 | 0.63 | 0.42 |
| Hex | 2D | 27 | AE | 4A | 4E | 0 | 20 | F3 | 3F | 2A |
| Octal | 55 | 47 | 256 | 112 | 116 | 0 | 40 | 363 | 77 | 52 |
| Binary | 101101 | 100111 | 10101110 | 1001010 | 1001110 | 0 | 100000 | 11110011 | 111111 | 101010 |
Color Harmonies of #2D27AE
Complementary color
Monochromatic Colors of #2D27AE
Black with #2D27AE
Text Example
Text Example
White with #2D27AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D27AE; }
p { color: rgb(45,39,174); }
H1.HeaderClassName
{
color: #2D27AE;
}
.AnyTagClassName
{
color: #2D27AE;
}
</style>
background-color css
<style>
a { background-color: #2D27AE; }
a { background-color: rgb(45,39,174); }
div.DivClassName
{
background-color: #2D27AE;
}
.BgClassName
{
background-color: #2D27AE;
}
</style>
border-color css
<style>
span { border-color: #2D27AE; }
span { border-color: rgb(45,39,174); }
td.TdClassName
{
border-color: #2D27AE;
}
.TagClassName
{
border-color: #2D27AE;
}
</style>