Shades of Persian Blue #272DB4
Tints of Persian Blue #272DB4
RGB
CMYK
RGB Variations
Color information
#272DB4 (or 0x272DB4) is known color: Persian Blue. HEX triplet: 27, 2D and B4. RGB value is (39,45,180). Sum of RGB (Red+Green+Blue) = 39+45+180=264 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.77% from 264); Green value is 45 (17.97% from 255 or 17.05% from 264); Blue value is 180 (70.70% from 255 or 68.18% from 264); Max value from RGB is 180 - color contains mainly: blue. Hex color #272DB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #272DB4 is #D8D24B. Grayscale: #3A3A3A. Windows color (decimal): -14209612 or 11808039. OLE color: 11808039.
HSL color Cylindrical-coordinate representation of color #272DB4: hue angle of 237.45º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #272DB4 is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 39 | 45 | 180 | - |
| CMYK | 0.78 | 0.75 | 0 | 0.29 |
| HSL | 237.45º | 0.64% | 0.43% | - |
| HSV(B) | 237.45º | 0.78% | 0.71% | - |
| XYZ | 10.01 | 5.6 | 43.73 | - |
| YUV | 58.6 | 196.51 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 45 | 180 | 0.78 | 0.75 | 0 | 0.29 | 237.45 | 0.64 | 0.43 |
| Hex | 27 | 2D | B4 | 4E | 4B | 0 | 1D | ED | 40 | 2B |
| Octal | 47 | 55 | 264 | 116 | 113 | 0 | 35 | 355 | 100 | 53 |
| Binary | 100111 | 101101 | 10110100 | 1001110 | 1001011 | 0 | 11101 | 11101101 | 1000000 | 101011 |
Color Harmonies of #272DB4
Complementary color
Monochromatic Colors of #272DB4
Black with #272DB4
Text Example
Text Example
White with #272DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272DB4; }
p { color: rgb(39,45,180); }
H1.HeaderClassName
{
color: #272DB4;
}
.AnyTagClassName
{
color: #272DB4;
}
</style>
background-color css
<style>
a { background-color: #272DB4; }
a { background-color: rgb(39,45,180); }
div.DivClassName
{
background-color: #272DB4;
}
.BgClassName
{
background-color: #272DB4;
}
</style>
border-color css
<style>
span { border-color: #272DB4; }
span { border-color: rgb(39,45,180); }
td.TdClassName
{
border-color: #272DB4;
}
.TagClassName
{
border-color: #272DB4;
}
</style>