Shades of Persian Blue #272FAC
Tints of Persian Blue #272FAC
RGB
CMYK
RGB Variations
Color information
#272FAC (or 0x272FAC) is known color: Persian Blue. HEX triplet: 27, 2F and AC. RGB value is (39,47,172). Sum of RGB (Red+Green+Blue) = 39+47+172=258 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15.12% from 258); Green value is 47 (18.75% from 255 or 18.22% from 258); Blue value is 172 (67.58% from 255 or 66.67% from 258); Max value from RGB is 172 - color contains mainly: blue. Hex color #272FAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272FAC is #D8D053. Grayscale: #3A3A3A. Windows color (decimal): -14209108 or 11284263. OLE color: 11284263.
HSL color Cylindrical-coordinate representation of color #272FAC: hue angle of 236.39º 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 #272FAC is Cyan = 0.77, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 39 | 47 | 172 | - |
| CMYK | 0.77 | 0.73 | 0 | 0.33 |
| HSL | 236.39º | 0.63% | 0.41% | - |
| HSV(B) | 236.39º | 0.77% | 0.67% | - |
| XYZ | 9.3 | 5.44 | 39.59 | - |
| YUV | 58.86 | 191.85 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 47 | 172 | 0.77 | 0.73 | 0 | 0.33 | 236.39 | 0.63 | 0.41 |
| Hex | 27 | 2F | AC | 4D | 49 | 0 | 21 | EC | 3F | 29 |
| Octal | 47 | 57 | 254 | 115 | 111 | 0 | 41 | 354 | 77 | 51 |
| Binary | 100111 | 101111 | 10101100 | 1001101 | 1001001 | 0 | 100001 | 11101100 | 111111 | 101001 |
Color Harmonies of #272FAC
Complementary color
Monochromatic Colors of #272FAC
Black with #272FAC
Text Example
Text Example
White with #272FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272FAC; }
p { color: rgb(39,47,172); }
H1.HeaderClassName
{
color: #272FAC;
}
.AnyTagClassName
{
color: #272FAC;
}
</style>
background-color css
<style>
a { background-color: #272FAC; }
a { background-color: rgb(39,47,172); }
div.DivClassName
{
background-color: #272FAC;
}
.BgClassName
{
background-color: #272FAC;
}
</style>
border-color css
<style>
span { border-color: #272FAC; }
span { border-color: rgb(39,47,172); }
td.TdClassName
{
border-color: #272FAC;
}
.TagClassName
{
border-color: #272FAC;
}
</style>