Shades of Persian Blue #272AC0
Tints of Persian Blue #272AC0
RGB
CMYK
RGB Variations
Color information
#272AC0 (or 0x272AC0) is known color: Persian Blue. HEX triplet: 27, 2A and C0. RGB value is (39,42,192). Sum of RGB (Red+Green+Blue) = 39+42+192=273 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.29% from 273); Green value is 42 (16.80% from 255 or 15.38% from 273); Blue value is 192 (75.39% from 255 or 70.33% from 273); Max value from RGB is 192 - color contains mainly: blue. Hex color #272AC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #272AC0 is #D8D53F. Grayscale: #393939. Windows color (decimal): -14210368 or 12593703. OLE color: 12593703.
HSL color Cylindrical-coordinate representation of color #272AC0: hue angle of 238.82º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #272AC0 is Cyan = 0.80, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 39 | 42 | 192 | - |
| CMYK | 0.80 | 0.78 | 0 | 0.25 |
| HSL | 238.82º | 0.66% | 0.45% | - |
| HSV(B) | 238.82º | 0.8% | 0.75% | - |
| XYZ | 11.18 | 5.89 | 50.42 | - |
| YUV | 58.2 | 203.51 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 42 | 192 | 0.80 | 0.78 | 0 | 0.25 | 238.82 | 0.66 | 0.45 |
| Hex | 27 | 2A | C0 | 50 | 4E | 0 | 19 | EF | 42 | 2D |
| Octal | 47 | 52 | 300 | 120 | 116 | 0 | 31 | 357 | 102 | 55 |
| Binary | 100111 | 101010 | 11000000 | 1010000 | 1001110 | 0 | 11001 | 11101111 | 1000010 | 101101 |
Color Harmonies of #272AC0
Complementary color
Monochromatic Colors of #272AC0
Black with #272AC0
Text Example
Text Example
White with #272AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272AC0; }
p { color: rgb(39,42,192); }
H1.HeaderClassName
{
color: #272AC0;
}
.AnyTagClassName
{
color: #272AC0;
}
</style>
background-color css
<style>
a { background-color: #272AC0; }
a { background-color: rgb(39,42,192); }
div.DivClassName
{
background-color: #272AC0;
}
.BgClassName
{
background-color: #272AC0;
}
</style>
border-color css
<style>
span { border-color: #272AC0; }
span { border-color: rgb(39,42,192); }
td.TdClassName
{
border-color: #272AC0;
}
.TagClassName
{
border-color: #272AC0;
}
</style>