Shades of Persian Blue #272EDF
Tints of Persian Blue #272EDF
RGB
CMYK
RGB Variations
Color information
#272EDF (or 0x272EDF) is known color: Persian Blue. HEX triplet: 27, 2E and DF. RGB value is (39,46,223). Sum of RGB (Red+Green+Blue) = 39+46+223=308 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.66% from 308); Green value is 46 (18.36% from 255 or 14.94% from 308); Blue value is 223 (87.5% from 255 or 72.40% from 308); Max value from RGB is 223 - color contains mainly: blue. Hex color #272EDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #272EDF is #D8D120. Grayscale: #3F3F3F. Windows color (decimal): -14209313 or 14626343. OLE color: 14626343.
HSL color Cylindrical-coordinate representation of color #272EDF: hue angle of 237.72º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #272EDF is Cyan = 0.83, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 46 | 223 | - |
| CMYK | 0.83 | 0.79 | 0 | 0.13 |
| HSL | 237.72º | 0.74% | 0.51% | - |
| HSV(B) | 237.72º | 0.83% | 0.87% | - |
| XYZ | 15.13 | 7.71 | 70.5 | - |
| YUV | 64.09 | 217.68 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 46 | 223 | 0.83 | 0.79 | 0 | 0.13 | 237.72 | 0.74 | 0.51 |
| Hex | 27 | 2E | DF | 53 | 4F | 0 | D | EE | 4A | 33 |
| Octal | 47 | 56 | 337 | 123 | 117 | 0 | 15 | 356 | 112 | 63 |
| Binary | 100111 | 101110 | 11011111 | 1010011 | 1001111 | 0 | 1101 | 11101110 | 1001010 | 110011 |
Color Harmonies of #272EDF
Complementary color
Monochromatic Colors of #272EDF
Black with #272EDF
Text Example
Text Example
White with #272EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272EDF; }
p { color: rgb(39,46,223); }
H1.HeaderClassName
{
color: #272EDF;
}
.AnyTagClassName
{
color: #272EDF;
}
</style>
background-color css
<style>
a { background-color: #272EDF; }
a { background-color: rgb(39,46,223); }
div.DivClassName
{
background-color: #272EDF;
}
.BgClassName
{
background-color: #272EDF;
}
</style>
border-color css
<style>
span { border-color: #272EDF; }
span { border-color: rgb(39,46,223); }
td.TdClassName
{
border-color: #272EDF;
}
.TagClassName
{
border-color: #272EDF;
}
</style>