Shades of Persian Blue #272CEA
Tints of Persian Blue #272CEA
RGB
CMYK
RGB Variations
Color information
#272CEA (or 0x272CEA) is known color: Persian Blue. HEX triplet: 27, 2C and EA. RGB value is (39,44,234). Sum of RGB (Red+Green+Blue) = 39+44+234=317 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.30% from 317); Green value is 44 (17.58% from 255 or 13.88% from 317); Blue value is 234 (91.80% from 255 or 73.82% from 317); Max value from RGB is 234 - color contains mainly: blue. Hex color #272CEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #272CEA is #D8D315. Grayscale: #3F3F3F. Windows color (decimal): -14209814 or 15346727. OLE color: 15346727.
HSL color Cylindrical-coordinate representation of color #272CEA: hue angle of 238.46º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #272CEA is Cyan = 0.83, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 39 | 44 | 234 | - |
| CMYK | 0.83 | 0.81 | 0 | 0.08 |
| HSL | 238.46º | 0.82% | 0.54% | - |
| HSV(B) | 238.46º | 0.83% | 0.92% | - |
| XYZ | 16.59 | 8.17 | 78.55 | - |
| YUV | 64.17 | 223.84 | 110.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 44 | 234 | 0.83 | 0.81 | 0 | 0.08 | 238.46 | 0.82 | 0.54 |
| Hex | 27 | 2C | EA | 53 | 51 | 0 | 8 | EE | 52 | 36 |
| Octal | 47 | 54 | 352 | 123 | 121 | 0 | 10 | 356 | 122 | 66 |
| Binary | 100111 | 101100 | 11101010 | 1010011 | 1010001 | 0 | 1000 | 11101110 | 1010010 | 110110 |
Color Harmonies of #272CEA
Complementary color
Monochromatic Colors of #272CEA
Black with #272CEA
Text Example
Text Example
White with #272CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272CEA; }
p { color: rgb(39,44,234); }
H1.HeaderClassName
{
color: #272CEA;
}
.AnyTagClassName
{
color: #272CEA;
}
</style>
background-color css
<style>
a { background-color: #272CEA; }
a { background-color: rgb(39,44,234); }
div.DivClassName
{
background-color: #272CEA;
}
.BgClassName
{
background-color: #272CEA;
}
</style>
border-color css
<style>
span { border-color: #272CEA; }
span { border-color: rgb(39,44,234); }
td.TdClassName
{
border-color: #272CEA;
}
.TagClassName
{
border-color: #272CEA;
}
</style>