Shades of Persian Blue #272ADC
Tints of Persian Blue #272ADC
RGB
CMYK
RGB Variations
Color information
#272ADC (or 0x272ADC) is known color: Persian Blue. HEX triplet: 27, 2A and DC. RGB value is (39,42,220). Sum of RGB (Red+Green+Blue) = 39+42+220=301 (39% of max value = 765). Red value is 39 (15.62% from 255 or 12.96% from 301); Green value is 42 (16.80% from 255 or 13.95% from 301); Blue value is 220 (86.33% from 255 or 73.09% from 301); Max value from RGB is 220 - color contains mainly: blue. Hex color #272ADC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #272ADC is #D8D523. Grayscale: #3C3C3C. Windows color (decimal): -14210340 or 14428711. OLE color: 14428711.
HSL color Cylindrical-coordinate representation of color #272ADC: hue angle of 239.01º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #272ADC is Cyan = 0.82, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 42 | 220 | - |
| CMYK | 0.82 | 0.81 | 0 | 0.14 |
| HSL | 239.01º | 0.72% | 0.51% | - |
| HSV(B) | 239.01º | 0.82% | 0.86% | - |
| XYZ | 14.58 | 7.25 | 68.34 | - |
| YUV | 61.4 | 217.51 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 42 | 220 | 0.82 | 0.81 | 0 | 0.14 | 239.01 | 0.72 | 0.51 |
| Hex | 27 | 2A | DC | 52 | 51 | 0 | E | EF | 48 | 33 |
| Octal | 47 | 52 | 334 | 122 | 121 | 0 | 16 | 357 | 110 | 63 |
| Binary | 100111 | 101010 | 11011100 | 1010010 | 1010001 | 0 | 1110 | 11101111 | 1001000 | 110011 |
Color Harmonies of #272ADC
Complementary color
Monochromatic Colors of #272ADC
Black with #272ADC
Text Example
Text Example
White with #272ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272ADC; }
p { color: rgb(39,42,220); }
H1.HeaderClassName
{
color: #272ADC;
}
.AnyTagClassName
{
color: #272ADC;
}
</style>
background-color css
<style>
a { background-color: #272ADC; }
a { background-color: rgb(39,42,220); }
div.DivClassName
{
background-color: #272ADC;
}
.BgClassName
{
background-color: #272ADC;
}
</style>
border-color css
<style>
span { border-color: #272ADC; }
span { border-color: rgb(39,42,220); }
td.TdClassName
{
border-color: #272ADC;
}
.TagClassName
{
border-color: #272ADC;
}
</style>