Shades of Persian Blue #272FE5
Tints of Persian Blue #272FE5
RGB
CMYK
RGB Variations
Color information
#272FE5 (or 0x272FE5) is known color: Persian Blue. HEX triplet: 27, 2F and E5. RGB value is (39,47,229). Sum of RGB (Red+Green+Blue) = 39+47+229=315 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.38% from 315); Green value is 47 (18.75% from 255 or 14.92% from 315); Blue value is 229 (89.84% from 255 or 72.70% from 315); Max value from RGB is 229 - color contains mainly: blue. Hex color #272FE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #272FE5 is #D8D01A. Grayscale: #404040. Windows color (decimal): -14209051 or 15019815. OLE color: 15019815.
HSL color Cylindrical-coordinate representation of color #272FE5: hue angle of 237.47º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #272FE5 is Cyan = 0.83, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 39 | 47 | 229 | - |
| CMYK | 0.83 | 0.79 | 0 | 0.10 |
| HSL | 237.47º | 0.79% | 0.53% | - |
| HSV(B) | 237.47º | 0.83% | 0.9% | - |
| XYZ | 16 | 8.12 | 74.85 | - |
| YUV | 65.36 | 220.35 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 47 | 229 | 0.83 | 0.79 | 0 | 0.10 | 237.47 | 0.79 | 0.53 |
| Hex | 27 | 2F | E5 | 53 | 4F | 0 | A | ED | 4F | 35 |
| Octal | 47 | 57 | 345 | 123 | 117 | 0 | 12 | 355 | 117 | 65 |
| Binary | 100111 | 101111 | 11100101 | 1010011 | 1001111 | 0 | 1010 | 11101101 | 1001111 | 110101 |
Color Harmonies of #272FE5
Complementary color
Monochromatic Colors of #272FE5
Black with #272FE5
Text Example
Text Example
White with #272FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272FE5; }
p { color: rgb(39,47,229); }
H1.HeaderClassName
{
color: #272FE5;
}
.AnyTagClassName
{
color: #272FE5;
}
</style>
background-color css
<style>
a { background-color: #272FE5; }
a { background-color: rgb(39,47,229); }
div.DivClassName
{
background-color: #272FE5;
}
.BgClassName
{
background-color: #272FE5;
}
</style>
border-color css
<style>
span { border-color: #272FE5; }
span { border-color: rgb(39,47,229); }
td.TdClassName
{
border-color: #272FE5;
}
.TagClassName
{
border-color: #272FE5;
}
</style>