Shades of Persian Blue #272CAC
Tints of Persian Blue #272CAC
RGB
CMYK
RGB Variations
Color information
#272CAC (or 0x272CAC) is known color: Persian Blue. HEX triplet: 27, 2C and AC. RGB value is (39,44,172). Sum of RGB (Red+Green+Blue) = 39+44+172=255 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.29% from 255); Green value is 44 (17.58% from 255 or 17.25% from 255); Blue value is 172 (67.58% from 255 or 67.45% from 255); Max value from RGB is 172 - color contains mainly: blue. Hex color #272CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272CAC is #D8D353. Grayscale: #383838. Windows color (decimal): -14209876 or 11283495. OLE color: 11283495.
HSL color Cylindrical-coordinate representation of color #272CAC: hue angle of 237.74º 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 #272CAC is Cyan = 0.77, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 39 | 44 | 172 | - |
| CMYK | 0.77 | 0.74 | 0 | 0.33 |
| HSL | 237.74º | 0.63% | 0.41% | - |
| HSV(B) | 237.74º | 0.77% | 0.67% | - |
| XYZ | 9.18 | 5.21 | 39.55 | - |
| YUV | 57.1 | 192.84 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 44 | 172 | 0.77 | 0.74 | 0 | 0.33 | 237.74 | 0.63 | 0.41 |
| Hex | 27 | 2C | AC | 4D | 4A | 0 | 21 | EE | 3F | 29 |
| Octal | 47 | 54 | 254 | 115 | 112 | 0 | 41 | 356 | 77 | 51 |
| Binary | 100111 | 101100 | 10101100 | 1001101 | 1001010 | 0 | 100001 | 11101110 | 111111 | 101001 |
Color Harmonies of #272CAC
Complementary color
Monochromatic Colors of #272CAC
Black with #272CAC
Text Example
Text Example
White with #272CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272CAC; }
p { color: rgb(39,44,172); }
H1.HeaderClassName
{
color: #272CAC;
}
.AnyTagClassName
{
color: #272CAC;
}
</style>
background-color css
<style>
a { background-color: #272CAC; }
a { background-color: rgb(39,44,172); }
div.DivClassName
{
background-color: #272CAC;
}
.BgClassName
{
background-color: #272CAC;
}
</style>
border-color css
<style>
span { border-color: #272CAC; }
span { border-color: rgb(39,44,172); }
td.TdClassName
{
border-color: #272CAC;
}
.TagClassName
{
border-color: #272CAC;
}
</style>