Shades of Persian Blue #272AD0
Tints of Persian Blue #272AD0
RGB
CMYK
RGB Variations
Color information
#272AD0 (or 0x272AD0) is known color: Persian Blue. HEX triplet: 27, 2A and D0. RGB value is (39,42,208). Sum of RGB (Red+Green+Blue) = 39+42+208=289 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.49% from 289); Green value is 42 (16.80% from 255 or 14.53% from 289); Blue value is 208 (81.64% from 255 or 71.97% from 289); Max value from RGB is 208 - color contains mainly: blue. Hex color #272AD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #272AD0 is #D8D52F. Grayscale: #3B3B3B. Windows color (decimal): -14210352 or 13642279. OLE color: 13642279.
HSL color Cylindrical-coordinate representation of color #272AD0: hue angle of 238.93º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #272AD0 is Cyan = 0.81, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 39 | 42 | 208 | - |
| CMYK | 0.81 | 0.80 | 0 | 0.18 |
| HSL | 238.93º | 0.68% | 0.48% | - |
| HSV(B) | 238.93º | 0.81% | 0.82% | - |
| XYZ | 13.05 | 6.64 | 60.27 | - |
| YUV | 60.03 | 211.51 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 42 | 208 | 0.81 | 0.80 | 0 | 0.18 | 238.93 | 0.68 | 0.48 |
| Hex | 27 | 2A | D0 | 51 | 50 | 0 | 12 | EF | 44 | 30 |
| Octal | 47 | 52 | 320 | 121 | 120 | 0 | 22 | 357 | 104 | 60 |
| Binary | 100111 | 101010 | 11010000 | 1010001 | 1010000 | 0 | 10010 | 11101111 | 1000100 | 110000 |
Color Harmonies of #272AD0
Complementary color
Monochromatic Colors of #272AD0
Black with #272AD0
Text Example
Text Example
White with #272AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272AD0; }
p { color: rgb(39,42,208); }
H1.HeaderClassName
{
color: #272AD0;
}
.AnyTagClassName
{
color: #272AD0;
}
</style>
background-color css
<style>
a { background-color: #272AD0; }
a { background-color: rgb(39,42,208); }
div.DivClassName
{
background-color: #272AD0;
}
.BgClassName
{
background-color: #272AD0;
}
</style>
border-color css
<style>
span { border-color: #272AD0; }
span { border-color: rgb(39,42,208); }
td.TdClassName
{
border-color: #272AD0;
}
.TagClassName
{
border-color: #272AD0;
}
</style>