Shades of Persian Blue #272EC4
Tints of Persian Blue #272EC4
RGB
CMYK
RGB Variations
Color information
#272EC4 (or 0x272EC4) is known color: Persian Blue. HEX triplet: 27, 2E and C4. RGB value is (39,46,196). Sum of RGB (Red+Green+Blue) = 39+46+196=281 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.88% from 281); Green value is 46 (18.36% from 255 or 16.37% from 281); Blue value is 196 (76.95% from 255 or 69.75% from 281); Max value from RGB is 196 - color contains mainly: blue. Hex color #272EC4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #272EC4 is #D8D13B. Grayscale: #3C3C3C. Windows color (decimal): -14209340 or 12856871. OLE color: 12856871.
HSL color Cylindrical-coordinate representation of color #272EC4: hue angle of 237.32º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #272EC4 is Cyan = 0.80, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 39 | 46 | 196 | - |
| CMYK | 0.80 | 0.77 | 0 | 0.23 |
| HSL | 237.32º | 0.67% | 0.46% | - |
| HSV(B) | 237.32º | 0.8% | 0.77% | - |
| XYZ | 11.78 | 6.37 | 52.83 | - |
| YUV | 61.01 | 204.18 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 46 | 196 | 0.80 | 0.77 | 0 | 0.23 | 237.32 | 0.67 | 0.46 |
| Hex | 27 | 2E | C4 | 50 | 4D | 0 | 17 | ED | 43 | 2E |
| Octal | 47 | 56 | 304 | 120 | 115 | 0 | 27 | 355 | 103 | 56 |
| Binary | 100111 | 101110 | 11000100 | 1010000 | 1001101 | 0 | 10111 | 11101101 | 1000011 | 101110 |
Color Harmonies of #272EC4
Complementary color
Monochromatic Colors of #272EC4
Black with #272EC4
Text Example
Text Example
White with #272EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272EC4; }
p { color: rgb(39,46,196); }
H1.HeaderClassName
{
color: #272EC4;
}
.AnyTagClassName
{
color: #272EC4;
}
</style>
background-color css
<style>
a { background-color: #272EC4; }
a { background-color: rgb(39,46,196); }
div.DivClassName
{
background-color: #272EC4;
}
.BgClassName
{
background-color: #272EC4;
}
</style>
border-color css
<style>
span { border-color: #272EC4; }
span { border-color: rgb(39,46,196); }
td.TdClassName
{
border-color: #272EC4;
}
.TagClassName
{
border-color: #272EC4;
}
</style>