Shades of Persian Blue #272ACB
Tints of Persian Blue #272ACB
RGB
CMYK
RGB Variations
Color information
#272ACB (or 0x272ACB) is known color: Persian Blue. HEX triplet: 27, 2A and CB. RGB value is (39,42,203). Sum of RGB (Red+Green+Blue) = 39+42+203=284 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.73% from 284); Green value is 42 (16.80% from 255 or 14.79% from 284); Blue value is 203 (79.69% from 255 or 71.48% from 284); Max value from RGB is 203 - color contains mainly: blue. Hex color #272ACB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #272ACB is #D8D534. Grayscale: #3A3A3A. Windows color (decimal): -14210357 or 13314599. OLE color: 13314599.
HSL color Cylindrical-coordinate representation of color #272ACB: hue angle of 238.9º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #272ACB is Cyan = 0.81, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 39 | 42 | 203 | - |
| CMYK | 0.81 | 0.79 | 0 | 0.20 |
| HSL | 238.9º | 0.68% | 0.47% | - |
| HSV(B) | 238.9º | 0.81% | 0.8% | - |
| XYZ | 12.44 | 6.4 | 57.08 | - |
| YUV | 59.46 | 209.01 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 42 | 203 | 0.81 | 0.79 | 0 | 0.20 | 238.9 | 0.68 | 0.47 |
| Hex | 27 | 2A | CB | 51 | 4F | 0 | 14 | EF | 44 | 2F |
| Octal | 47 | 52 | 313 | 121 | 117 | 0 | 24 | 357 | 104 | 57 |
| Binary | 100111 | 101010 | 11001011 | 1010001 | 1001111 | 0 | 10100 | 11101111 | 1000100 | 101111 |
Color Harmonies of #272ACB
Complementary color
Monochromatic Colors of #272ACB
Black with #272ACB
Text Example
Text Example
White with #272ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272ACB; }
p { color: rgb(39,42,203); }
H1.HeaderClassName
{
color: #272ACB;
}
.AnyTagClassName
{
color: #272ACB;
}
</style>
background-color css
<style>
a { background-color: #272ACB; }
a { background-color: rgb(39,42,203); }
div.DivClassName
{
background-color: #272ACB;
}
.BgClassName
{
background-color: #272ACB;
}
</style>
border-color css
<style>
span { border-color: #272ACB; }
span { border-color: rgb(39,42,203); }
td.TdClassName
{
border-color: #272ACB;
}
.TagClassName
{
border-color: #272ACB;
}
</style>