Shades of Persian Blue #272DCD
Tints of Persian Blue #272DCD
RGB
CMYK
RGB Variations
Color information
#272DCD (or 0x272DCD) is known color: Persian Blue. HEX triplet: 27, 2D and CD. RGB value is (39,45,205). Sum of RGB (Red+Green+Blue) = 39+45+205=289 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.49% from 289); Green value is 45 (17.97% from 255 or 15.57% from 289); Blue value is 205 (80.47% from 255 or 70.93% from 289); Max value from RGB is 205 - color contains mainly: blue. Hex color #272DCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #272DCD is #D8D232. Grayscale: #3C3C3C. Windows color (decimal): -14209587 or 13446439. OLE color: 13446439.
HSL color Cylindrical-coordinate representation of color #272DCD: hue angle of 237.83º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #272DCD is Cyan = 0.81, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 39 | 45 | 205 | - |
| CMYK | 0.81 | 0.78 | 0 | 0.20 |
| HSL | 237.83º | 0.68% | 0.48% | - |
| HSV(B) | 237.83º | 0.81% | 0.8% | - |
| XYZ | 12.79 | 6.72 | 58.38 | - |
| YUV | 61.45 | 209.01 | 111.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 45 | 205 | 0.81 | 0.78 | 0 | 0.20 | 237.83 | 0.68 | 0.48 |
| Hex | 27 | 2D | CD | 51 | 4E | 0 | 14 | EE | 44 | 30 |
| Octal | 47 | 55 | 315 | 121 | 116 | 0 | 24 | 356 | 104 | 60 |
| Binary | 100111 | 101101 | 11001101 | 1010001 | 1001110 | 0 | 10100 | 11101110 | 1000100 | 110000 |
Color Harmonies of #272DCD
Complementary color
Monochromatic Colors of #272DCD
Black with #272DCD
Text Example
Text Example
White with #272DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272DCD; }
p { color: rgb(39,45,205); }
H1.HeaderClassName
{
color: #272DCD;
}
.AnyTagClassName
{
color: #272DCD;
}
</style>
background-color css
<style>
a { background-color: #272DCD; }
a { background-color: rgb(39,45,205); }
div.DivClassName
{
background-color: #272DCD;
}
.BgClassName
{
background-color: #272DCD;
}
</style>
border-color css
<style>
span { border-color: #272DCD; }
span { border-color: rgb(39,45,205); }
td.TdClassName
{
border-color: #272DCD;
}
.TagClassName
{
border-color: #272DCD;
}
</style>