Shades of Persian Blue #272AAC
Tints of Persian Blue #272AAC
RGB
CMYK
RGB Variations
Color information
#272AAC (or 0x272AAC) is known color: Persian Blue. HEX triplet: 27, 2A and AC. RGB value is (39,42,172). Sum of RGB (Red+Green+Blue) = 39+42+172=253 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.42% from 253); Green value is 42 (16.80% from 255 or 16.60% from 253); Blue value is 172 (67.58% from 255 or 67.98% from 253); Max value from RGB is 172 - color contains mainly: blue. Hex color #272AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272AAC is #D8D553. Grayscale: #373737. Windows color (decimal): -14210388 or 11282983. OLE color: 11282983.
HSL color Cylindrical-coordinate representation of color #272AAC: hue angle of 238.65º 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 #272AAC is Cyan = 0.77, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 39 | 42 | 172 | - |
| CMYK | 0.77 | 0.76 | 0 | 0.33 |
| HSL | 238.65º | 0.63% | 0.41% | - |
| HSV(B) | 238.65º | 0.77% | 0.67% | - |
| XYZ | 9.11 | 5.07 | 39.53 | - |
| YUV | 55.92 | 193.51 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 42 | 172 | 0.77 | 0.76 | 0 | 0.33 | 238.65 | 0.63 | 0.41 |
| Hex | 27 | 2A | AC | 4D | 4C | 0 | 21 | EF | 3F | 29 |
| Octal | 47 | 52 | 254 | 115 | 114 | 0 | 41 | 357 | 77 | 51 |
| Binary | 100111 | 101010 | 10101100 | 1001101 | 1001100 | 0 | 100001 | 11101111 | 111111 | 101001 |
Color Harmonies of #272AAC
Complementary color
Monochromatic Colors of #272AAC
Black with #272AAC
Text Example
Text Example
White with #272AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272AAC; }
p { color: rgb(39,42,172); }
H1.HeaderClassName
{
color: #272AAC;
}
.AnyTagClassName
{
color: #272AAC;
}
</style>
background-color css
<style>
a { background-color: #272AAC; }
a { background-color: rgb(39,42,172); }
div.DivClassName
{
background-color: #272AAC;
}
.BgClassName
{
background-color: #272AAC;
}
</style>
border-color css
<style>
span { border-color: #272AAC; }
span { border-color: rgb(39,42,172); }
td.TdClassName
{
border-color: #272AAC;
}
.TagClassName
{
border-color: #272AAC;
}
</style>