Shades of Persian Blue #271BDA
Tints of Persian Blue #271BDA
RGB
CMYK
RGB Variations
Color information
#271BDA (or 0x271BDA) is known color: Persian Blue. HEX triplet: 27, 1B and DA. RGB value is (39,27,218). Sum of RGB (Red+Green+Blue) = 39+27+218=284 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.73% from 284); Green value is 27 (10.94% from 255 or 9.51% from 284); Blue value is 218 (85.55% from 255 or 76.76% from 284); Max value from RGB is 218 - color contains mainly: blue. Hex color #271BDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #271BDA is #D8E425. Grayscale: #333333. Windows color (decimal): -14214182 or 14293799. OLE color: 14293799.
HSL color Cylindrical-coordinate representation of color #271BDA: hue angle of 243.77º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #271BDA is Cyan = 0.82, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 39 | 27 | 218 | - |
| CMYK | 0.82 | 0.88 | 0 | 0.15 |
| HSL | 243.77º | 0.78% | 0.48% | - |
| HSV(B) | 243.77º | 0.88% | 0.85% | - |
| XYZ | 13.88 | 6.28 | 66.81 | - |
| YUV | 52.36 | 221.48 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 27 | 218 | 0.82 | 0.88 | 0 | 0.15 | 243.77 | 0.78 | 0.48 |
| Hex | 27 | 1B | DA | 52 | 58 | 0 | F | F4 | 4E | 30 |
| Octal | 47 | 33 | 332 | 122 | 130 | 0 | 17 | 364 | 116 | 60 |
| Binary | 100111 | 11011 | 11011010 | 1010010 | 1011000 | 0 | 1111 | 11110100 | 1001110 | 110000 |
Color Harmonies of #271BDA
Complementary color
Monochromatic Colors of #271BDA
Black with #271BDA
Text Example
Text Example
White with #271BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271BDA; }
p { color: rgb(39,27,218); }
H1.HeaderClassName
{
color: #271BDA;
}
.AnyTagClassName
{
color: #271BDA;
}
</style>
background-color css
<style>
a { background-color: #271BDA; }
a { background-color: rgb(39,27,218); }
div.DivClassName
{
background-color: #271BDA;
}
.BgClassName
{
background-color: #271BDA;
}
</style>
border-color css
<style>
span { border-color: #271BDA; }
span { border-color: rgb(39,27,218); }
td.TdClassName
{
border-color: #271BDA;
}
.TagClassName
{
border-color: #271BDA;
}
</style>