Shades of Persian Blue #272ACC
Tints of Persian Blue #272ACC
RGB
CMYK
RGB Variations
Color information
#272ACC (or 0x272ACC) is known color: Persian Blue. HEX triplet: 27, 2A and CC. RGB value is (39,42,204). Sum of RGB (Red+Green+Blue) = 39+42+204=285 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.68% from 285); Green value is 42 (16.80% from 255 or 14.74% from 285); Blue value is 204 (80.08% from 255 or 71.58% from 285); Max value from RGB is 204 - color contains mainly: blue. Hex color #272ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #272ACC is #D8D533. Grayscale: #3A3A3A. Windows color (decimal): -14210356 or 13380135. OLE color: 13380135.
HSL color Cylindrical-coordinate representation of color #272ACC: hue angle of 238.91º 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 #272ACC is Cyan = 0.81, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 39 | 42 | 204 | - |
| CMYK | 0.81 | 0.79 | 0 | 0.2 |
| HSL | 238.91º | 0.68% | 0.48% | - |
| HSV(B) | 238.91º | 0.81% | 0.8% | - |
| XYZ | 12.56 | 6.45 | 57.71 | - |
| YUV | 59.57 | 209.51 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 42 | 204 | 0.81 | 0.79 | 0 | 0.2 | 238.91 | 0.68 | 0.48 |
| Hex | 27 | 2A | CC | 51 | 4F | 0 | 14 | EF | 44 | 30 |
| Octal | 47 | 52 | 314 | 121 | 117 | 0 | 24 | 357 | 104 | 60 |
| Binary | 100111 | 101010 | 11001100 | 1010001 | 1001111 | 0 | 10100 | 11101111 | 1000100 | 110000 |
Color Harmonies of #272ACC
Complementary color
Monochromatic Colors of #272ACC
Black with #272ACC
Text Example
Text Example
White with #272ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272ACC; }
p { color: rgb(39,42,204); }
H1.HeaderClassName
{
color: #272ACC;
}
.AnyTagClassName
{
color: #272ACC;
}
</style>
background-color css
<style>
a { background-color: #272ACC; }
a { background-color: rgb(39,42,204); }
div.DivClassName
{
background-color: #272ACC;
}
.BgClassName
{
background-color: #272ACC;
}
</style>
border-color css
<style>
span { border-color: #272ACC; }
span { border-color: rgb(39,42,204); }
td.TdClassName
{
border-color: #272ACC;
}
.TagClassName
{
border-color: #272ACC;
}
</style>