Shades of Persian Blue #273ED7
Tints of Persian Blue #273ED7
RGB
CMYK
RGB Variations
Color information
#273ED7 (or 0x273ED7) is known color: Persian Blue. HEX triplet: 27, 3E and D7. RGB value is (39,62,215). Sum of RGB (Red+Green+Blue) = 39+62+215=316 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.34% from 316); Green value is 62 (24.61% from 255 or 19.62% from 316); Blue value is 215 (84.38% from 255 or 68.04% from 316); Max value from RGB is 215 - color contains mainly: blue. Hex color #273ED7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273ED7 is #D8C128. Grayscale: #474747. Windows color (decimal): -14205225 or 14106151. OLE color: 14106151.
HSL color Cylindrical-coordinate representation of color #273ED7: hue angle of 232.16º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #273ED7 is Cyan = 0.82, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 39 | 62 | 215 | - |
| CMYK | 0.82 | 0.71 | 0 | 0.16 |
| HSL | 232.16º | 0.69% | 0.5% | - |
| HSV(B) | 232.16º | 0.82% | 0.84% | - |
| XYZ | 14.83 | 8.78 | 65.2 | - |
| YUV | 72.57 | 208.38 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 62 | 215 | 0.82 | 0.71 | 0 | 0.16 | 232.16 | 0.69 | 0.5 |
| Hex | 27 | 3E | D7 | 52 | 47 | 0 | 10 | E8 | 45 | 32 |
| Octal | 47 | 76 | 327 | 122 | 107 | 0 | 20 | 350 | 105 | 62 |
| Binary | 100111 | 111110 | 11010111 | 1010010 | 1000111 | 0 | 10000 | 11101000 | 1000101 | 110010 |
Color Harmonies of #273ED7
Complementary color
Monochromatic Colors of #273ED7
Black with #273ED7
Text Example
Text Example
White with #273ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273ED7; }
p { color: rgb(39,62,215); }
H1.HeaderClassName
{
color: #273ED7;
}
.AnyTagClassName
{
color: #273ED7;
}
</style>
background-color css
<style>
a { background-color: #273ED7; }
a { background-color: rgb(39,62,215); }
div.DivClassName
{
background-color: #273ED7;
}
.BgClassName
{
background-color: #273ED7;
}
</style>
border-color css
<style>
span { border-color: #273ED7; }
span { border-color: rgb(39,62,215); }
td.TdClassName
{
border-color: #273ED7;
}
.TagClassName
{
border-color: #273ED7;
}
</style>