Shades of Persian Blue #272CAD
Tints of Persian Blue #272CAD
RGB
CMYK
RGB Variations
Color information
#272CAD (or 0x272CAD) is known color: Persian Blue. HEX triplet: 27, 2C and AD. RGB value is (39,44,173). Sum of RGB (Red+Green+Blue) = 39+44+173=256 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.23% from 256); Green value is 44 (17.58% from 255 or 17.19% from 256); Blue value is 173 (67.97% from 255 or 67.58% from 256); Max value from RGB is 173 - color contains mainly: blue. Hex color #272CAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272CAD is #D8D352. Grayscale: #383838. Windows color (decimal): -14209875 or 11349031. OLE color: 11349031.
HSL color Cylindrical-coordinate representation of color #272CAD: hue angle of 237.76º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #272CAD is Cyan = 0.77, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 39 | 44 | 173 | - |
| CMYK | 0.77 | 0.75 | 0 | 0.32 |
| HSL | 237.76º | 0.63% | 0.42% | - |
| HSV(B) | 237.76º | 0.77% | 0.68% | - |
| XYZ | 9.28 | 5.25 | 40.06 | - |
| YUV | 57.21 | 193.34 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 44 | 173 | 0.77 | 0.75 | 0 | 0.32 | 237.76 | 0.63 | 0.42 |
| Hex | 27 | 2C | AD | 4D | 4B | 0 | 20 | EE | 3F | 2A |
| Octal | 47 | 54 | 255 | 115 | 113 | 0 | 40 | 356 | 77 | 52 |
| Binary | 100111 | 101100 | 10101101 | 1001101 | 1001011 | 0 | 100000 | 11101110 | 111111 | 101010 |
Color Harmonies of #272CAD
Complementary color
Monochromatic Colors of #272CAD
Black with #272CAD
Text Example
Text Example
White with #272CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272CAD; }
p { color: rgb(39,44,173); }
H1.HeaderClassName
{
color: #272CAD;
}
.AnyTagClassName
{
color: #272CAD;
}
</style>
background-color css
<style>
a { background-color: #272CAD; }
a { background-color: rgb(39,44,173); }
div.DivClassName
{
background-color: #272CAD;
}
.BgClassName
{
background-color: #272CAD;
}
</style>
border-color css
<style>
span { border-color: #272CAD; }
span { border-color: rgb(39,44,173); }
td.TdClassName
{
border-color: #272CAD;
}
.TagClassName
{
border-color: #272CAD;
}
</style>