Shades of Persian Blue #271CBB
Tints of Persian Blue #271CBB
RGB
CMYK
RGB Variations
Color information
#271CBB (or 0x271CBB) is known color: Persian Blue. HEX triplet: 27, 1C and BB. RGB value is (39,28,187). Sum of RGB (Red+Green+Blue) = 39+28+187=254 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.35% from 254); Green value is 28 (11.33% from 255 or 11.02% from 254); Blue value is 187 (73.44% from 255 or 73.62% from 254); Max value from RGB is 187 - color contains mainly: blue. Hex color #271CBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #271CBB is #D8E344. Grayscale: #303030. Windows color (decimal): -14213957 or 12262439. OLE color: 12262439.
HSL color Cylindrical-coordinate representation of color #271CBB: hue angle of 244.15º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #271CBB is Cyan = 0.79, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 39 | 28 | 187 | - |
| CMYK | 0.79 | 0.85 | 0 | 0.27 |
| HSL | 244.15º | 0.74% | 0.42% | - |
| HSV(B) | 244.15º | 0.85% | 0.73% | - |
| XYZ | 10.22 | 4.85 | 47.41 | - |
| YUV | 49.42 | 205.64 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 28 | 187 | 0.79 | 0.85 | 0 | 0.27 | 244.15 | 0.74 | 0.42 |
| Hex | 27 | 1C | BB | 4F | 55 | 0 | 1B | F4 | 4A | 2A |
| Octal | 47 | 34 | 273 | 117 | 125 | 0 | 33 | 364 | 112 | 52 |
| Binary | 100111 | 11100 | 10111011 | 1001111 | 1010101 | 0 | 11011 | 11110100 | 1001010 | 101010 |
Color Harmonies of #271CBB
Complementary color
Monochromatic Colors of #271CBB
Black with #271CBB
Text Example
Text Example
White with #271CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271CBB; }
p { color: rgb(39,28,187); }
H1.HeaderClassName
{
color: #271CBB;
}
.AnyTagClassName
{
color: #271CBB;
}
</style>
background-color css
<style>
a { background-color: #271CBB; }
a { background-color: rgb(39,28,187); }
div.DivClassName
{
background-color: #271CBB;
}
.BgClassName
{
background-color: #271CBB;
}
</style>
border-color css
<style>
span { border-color: #271CBB; }
span { border-color: rgb(39,28,187); }
td.TdClassName
{
border-color: #271CBB;
}
.TagClassName
{
border-color: #271CBB;
}
</style>