Shades of Persian Blue #271BC2
Tints of Persian Blue #271BC2
RGB
CMYK
RGB Variations
Color information
#271BC2 (or 0x271BC2) is known color: Persian Blue. HEX triplet: 27, 1B and C2. RGB value is (39,27,194). Sum of RGB (Red+Green+Blue) = 39+27+194=260 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15% from 260); Green value is 27 (10.94% from 255 or 10.38% from 260); Blue value is 194 (76.17% from 255 or 74.62% from 260); Max value from RGB is 194 - color contains mainly: blue. Hex color #271BC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #271BC2 is #D8E43D. Grayscale: #303030. Windows color (decimal): -14214206 or 12720935. OLE color: 12720935.
HSL color Cylindrical-coordinate representation of color #271BC2: hue angle of 244.31º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #271BC2 is Cyan = 0.80, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 39 | 27 | 194 | - |
| CMYK | 0.80 | 0.86 | 0 | 0.24 |
| HSL | 244.31º | 0.76% | 0.43% | - |
| HSV(B) | 244.31º | 0.86% | 0.76% | - |
| XYZ | 10.97 | 5.11 | 51.45 | - |
| YUV | 49.63 | 209.48 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 27 | 194 | 0.80 | 0.86 | 0 | 0.24 | 244.31 | 0.76 | 0.43 |
| Hex | 27 | 1B | C2 | 50 | 56 | 0 | 18 | F4 | 4C | 2B |
| Octal | 47 | 33 | 302 | 120 | 126 | 0 | 30 | 364 | 114 | 53 |
| Binary | 100111 | 11011 | 11000010 | 1010000 | 1010110 | 0 | 11000 | 11110100 | 1001100 | 101011 |
Color Harmonies of #271BC2
Complementary color
Monochromatic Colors of #271BC2
Black with #271BC2
Text Example
Text Example
White with #271BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271BC2; }
p { color: rgb(39,27,194); }
H1.HeaderClassName
{
color: #271BC2;
}
.AnyTagClassName
{
color: #271BC2;
}
</style>
background-color css
<style>
a { background-color: #271BC2; }
a { background-color: rgb(39,27,194); }
div.DivClassName
{
background-color: #271BC2;
}
.BgClassName
{
background-color: #271BC2;
}
</style>
border-color css
<style>
span { border-color: #271BC2; }
span { border-color: rgb(39,27,194); }
td.TdClassName
{
border-color: #271BC2;
}
.TagClassName
{
border-color: #271BC2;
}
</style>