Shades of Persian Blue #271FDA
Tints of Persian Blue #271FDA
RGB
CMYK
RGB Variations
Color information
#271FDA (or 0x271FDA) is known color: Persian Blue. HEX triplet: 27, 1F and DA. RGB value is (39,31,218). Sum of RGB (Red+Green+Blue) = 39+31+218=288 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.54% from 288); Green value is 31 (12.5% from 255 or 10.76% from 288); Blue value is 218 (85.55% from 255 or 75.69% from 288); Max value from RGB is 218 - color contains mainly: blue. Hex color #271FDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #271FDA is #D8E025. Grayscale: #353535. Windows color (decimal): -14213158 or 14294823. OLE color: 14294823.
HSL color Cylindrical-coordinate representation of color #271FDA: hue angle of 242.57º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #271FDA is Cyan = 0.82, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 39 | 31 | 218 | - |
| CMYK | 0.82 | 0.86 | 0 | 0.15 |
| HSL | 242.57º | 0.75% | 0.49% | - |
| HSV(B) | 242.57º | 0.86% | 0.85% | - |
| XYZ | 13.98 | 6.47 | 66.84 | - |
| YUV | 54.71 | 220.15 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 31 | 218 | 0.82 | 0.86 | 0 | 0.15 | 242.57 | 0.75 | 0.49 |
| Hex | 27 | 1F | DA | 52 | 56 | 0 | F | F3 | 4B | 31 |
| Octal | 47 | 37 | 332 | 122 | 126 | 0 | 17 | 363 | 113 | 61 |
| Binary | 100111 | 11111 | 11011010 | 1010010 | 1010110 | 0 | 1111 | 11110011 | 1001011 | 110001 |
Color Harmonies of #271FDA
Complementary color
Monochromatic Colors of #271FDA
Black with #271FDA
Text Example
Text Example
White with #271FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271FDA; }
p { color: rgb(39,31,218); }
H1.HeaderClassName
{
color: #271FDA;
}
.AnyTagClassName
{
color: #271FDA;
}
</style>
background-color css
<style>
a { background-color: #271FDA; }
a { background-color: rgb(39,31,218); }
div.DivClassName
{
background-color: #271FDA;
}
.BgClassName
{
background-color: #271FDA;
}
</style>
border-color css
<style>
span { border-color: #271FDA; }
span { border-color: rgb(39,31,218); }
td.TdClassName
{
border-color: #271FDA;
}
.TagClassName
{
border-color: #271FDA;
}
</style>