Shades of Persian Blue #271CDA
Tints of Persian Blue #271CDA
RGB
CMYK
RGB Variations
Color information
#271CDA (or 0x271CDA) is known color: Persian Blue. HEX triplet: 27, 1C and DA. RGB value is (39,28,218). Sum of RGB (Red+Green+Blue) = 39+28+218=285 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.68% from 285); Green value is 28 (11.33% from 255 or 9.82% from 285); Blue value is 218 (85.55% from 255 or 76.49% from 285); Max value from RGB is 218 - color contains mainly: blue. Hex color #271CDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #271CDA is #D8E325. Grayscale: #343434. Windows color (decimal): -14213926 or 14294055. OLE color: 14294055.
HSL color Cylindrical-coordinate representation of color #271CDA: hue angle of 243.47º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #271CDA is Cyan = 0.82, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 39 | 28 | 218 | - |
| CMYK | 0.82 | 0.87 | 0 | 0.15 |
| HSL | 243.47º | 0.77% | 0.48% | - |
| HSV(B) | 243.47º | 0.87% | 0.85% | - |
| XYZ | 13.91 | 6.32 | 66.82 | - |
| YUV | 52.95 | 221.14 | 118.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 28 | 218 | 0.82 | 0.87 | 0 | 0.15 | 243.47 | 0.77 | 0.48 |
| Hex | 27 | 1C | DA | 52 | 57 | 0 | F | F3 | 4D | 30 |
| Octal | 47 | 34 | 332 | 122 | 127 | 0 | 17 | 363 | 115 | 60 |
| Binary | 100111 | 11100 | 11011010 | 1010010 | 1010111 | 0 | 1111 | 11110011 | 1001101 | 110000 |
Color Harmonies of #271CDA
Complementary color
Monochromatic Colors of #271CDA
Black with #271CDA
Text Example
Text Example
White with #271CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271CDA; }
p { color: rgb(39,28,218); }
H1.HeaderClassName
{
color: #271CDA;
}
.AnyTagClassName
{
color: #271CDA;
}
</style>
background-color css
<style>
a { background-color: #271CDA; }
a { background-color: rgb(39,28,218); }
div.DivClassName
{
background-color: #271CDA;
}
.BgClassName
{
background-color: #271CDA;
}
</style>
border-color css
<style>
span { border-color: #271CDA; }
span { border-color: rgb(39,28,218); }
td.TdClassName
{
border-color: #271CDA;
}
.TagClassName
{
border-color: #271CDA;
}
</style>