Shades of Persian Blue #272CDA
Tints of Persian Blue #272CDA
RGB
CMYK
RGB Variations
Color information
#272CDA (or 0x272CDA) is known color: Persian Blue. HEX triplet: 27, 2C and DA. RGB value is (39,44,218). Sum of RGB (Red+Green+Blue) = 39+44+218=301 (39% of max value = 765). Red value is 39 (15.62% from 255 or 12.96% from 301); Green value is 44 (17.58% from 255 or 14.62% from 301); Blue value is 218 (85.55% from 255 or 72.43% from 301); Max value from RGB is 218 - color contains mainly: blue. Hex color #272CDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #272CDA is #D8D325. Grayscale: #3D3D3D. Windows color (decimal): -14209830 or 14298151. OLE color: 14298151.
HSL color Cylindrical-coordinate representation of color #272CDA: hue angle of 238.32º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #272CDA is Cyan = 0.82, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 39 | 44 | 218 | - |
| CMYK | 0.82 | 0.80 | 0 | 0.15 |
| HSL | 238.32º | 0.71% | 0.5% | - |
| HSV(B) | 238.32º | 0.82% | 0.85% | - |
| XYZ | 14.39 | 7.29 | 66.98 | - |
| YUV | 62.34 | 215.84 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 44 | 218 | 0.82 | 0.80 | 0 | 0.15 | 238.32 | 0.71 | 0.5 |
| Hex | 27 | 2C | DA | 52 | 50 | 0 | F | EE | 47 | 32 |
| Octal | 47 | 54 | 332 | 122 | 120 | 0 | 17 | 356 | 107 | 62 |
| Binary | 100111 | 101100 | 11011010 | 1010010 | 1010000 | 0 | 1111 | 11101110 | 1000111 | 110010 |
Color Harmonies of #272CDA
Complementary color
Monochromatic Colors of #272CDA
Black with #272CDA
Text Example
Text Example
White with #272CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272CDA; }
p { color: rgb(39,44,218); }
H1.HeaderClassName
{
color: #272CDA;
}
.AnyTagClassName
{
color: #272CDA;
}
</style>
background-color css
<style>
a { background-color: #272CDA; }
a { background-color: rgb(39,44,218); }
div.DivClassName
{
background-color: #272CDA;
}
.BgClassName
{
background-color: #272CDA;
}
</style>
border-color css
<style>
span { border-color: #272CDA; }
span { border-color: rgb(39,44,218); }
td.TdClassName
{
border-color: #272CDA;
}
.TagClassName
{
border-color: #272CDA;
}
</style>