Shades of Persian Blue #272EC7
Tints of Persian Blue #272EC7
RGB
CMYK
RGB Variations
Color information
#272EC7 (or 0x272EC7) is known color: Persian Blue. HEX triplet: 27, 2E and C7. RGB value is (39,46,199). Sum of RGB (Red+Green+Blue) = 39+46+199=284 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.73% from 284); Green value is 46 (18.36% from 255 or 16.20% from 284); Blue value is 199 (78.12% from 255 or 70.07% from 284); Max value from RGB is 199 - color contains mainly: blue. Hex color #272EC7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #272EC7 is #D8D138. Grayscale: #3C3C3C. Windows color (decimal): -14209337 or 13053479. OLE color: 13053479.
HSL color Cylindrical-coordinate representation of color #272EC7: hue angle of 237.38º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #272EC7 is Cyan = 0.80, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 39 | 46 | 199 | - |
| CMYK | 0.80 | 0.77 | 0 | 0.22 |
| HSL | 237.38º | 0.67% | 0.47% | - |
| HSV(B) | 237.38º | 0.8% | 0.78% | - |
| XYZ | 12.12 | 6.51 | 54.65 | - |
| YUV | 61.35 | 205.68 | 112.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 46 | 199 | 0.80 | 0.77 | 0 | 0.22 | 237.38 | 0.67 | 0.47 |
| Hex | 27 | 2E | C7 | 50 | 4D | 0 | 16 | ED | 43 | 2F |
| Octal | 47 | 56 | 307 | 120 | 115 | 0 | 26 | 355 | 103 | 57 |
| Binary | 100111 | 101110 | 11000111 | 1010000 | 1001101 | 0 | 10110 | 11101101 | 1000011 | 101111 |
Color Harmonies of #272EC7
Complementary color
Monochromatic Colors of #272EC7
Black with #272EC7
Text Example
Text Example
White with #272EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272EC7; }
p { color: rgb(39,46,199); }
H1.HeaderClassName
{
color: #272EC7;
}
.AnyTagClassName
{
color: #272EC7;
}
</style>
background-color css
<style>
a { background-color: #272EC7; }
a { background-color: rgb(39,46,199); }
div.DivClassName
{
background-color: #272EC7;
}
.BgClassName
{
background-color: #272EC7;
}
</style>
border-color css
<style>
span { border-color: #272EC7; }
span { border-color: rgb(39,46,199); }
td.TdClassName
{
border-color: #272EC7;
}
.TagClassName
{
border-color: #272EC7;
}
</style>