Shades of Persian Blue #271AD0
Tints of Persian Blue #271AD0
RGB
CMYK
RGB Variations
Color information
#271AD0 (or 0x271AD0) is known color: Persian Blue. HEX triplet: 27, 1A and D0. RGB value is (39,26,208). Sum of RGB (Red+Green+Blue) = 39+26+208=273 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.29% from 273); Green value is 26 (10.55% from 255 or 9.52% from 273); Blue value is 208 (81.64% from 255 or 76.19% from 273); Max value from RGB is 208 - color contains mainly: blue. Hex color #271AD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #271AD0 is #D8E52F. Grayscale: #313131. Windows color (decimal): -14214448 or 13638183. OLE color: 13638183.
HSL color Cylindrical-coordinate representation of color #271AD0: hue angle of 244.29º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #271AD0 is Cyan = 0.81, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 39 | 26 | 208 | - |
| CMYK | 0.81 | 0.88 | 0 | 0.18 |
| HSL | 244.29º | 0.78% | 0.46% | - |
| HSV(B) | 244.29º | 0.88% | 0.82% | - |
| XYZ | 12.59 | 5.72 | 60.12 | - |
| YUV | 50.64 | 216.81 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 26 | 208 | 0.81 | 0.88 | 0 | 0.18 | 244.29 | 0.78 | 0.46 |
| Hex | 27 | 1A | D0 | 51 | 58 | 0 | 12 | F4 | 4E | 2E |
| Octal | 47 | 32 | 320 | 121 | 130 | 0 | 22 | 364 | 116 | 56 |
| Binary | 100111 | 11010 | 11010000 | 1010001 | 1011000 | 0 | 10010 | 11110100 | 1001110 | 101110 |
Color Harmonies of #271AD0
Complementary color
Monochromatic Colors of #271AD0
Black with #271AD0
Text Example
Text Example
White with #271AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271AD0; }
p { color: rgb(39,26,208); }
H1.HeaderClassName
{
color: #271AD0;
}
.AnyTagClassName
{
color: #271AD0;
}
</style>
background-color css
<style>
a { background-color: #271AD0; }
a { background-color: rgb(39,26,208); }
div.DivClassName
{
background-color: #271AD0;
}
.BgClassName
{
background-color: #271AD0;
}
</style>
border-color css
<style>
span { border-color: #271AD0; }
span { border-color: rgb(39,26,208); }
td.TdClassName
{
border-color: #271AD0;
}
.TagClassName
{
border-color: #271AD0;
}
</style>