Shades of Persian Blue #272AC2
Tints of Persian Blue #272AC2
RGB
CMYK
RGB Variations
Color information
#272AC2 (or 0x272AC2) is known color: Persian Blue. HEX triplet: 27, 2A and C2. RGB value is (39,42,194). Sum of RGB (Red+Green+Blue) = 39+42+194=275 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.18% from 275); Green value is 42 (16.80% from 255 or 15.27% from 275); Blue value is 194 (76.17% from 255 or 70.55% from 275); Max value from RGB is 194 - color contains mainly: blue. Hex color #272AC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #272AC2 is #D8D53D. Grayscale: #393939. Windows color (decimal): -14210366 or 12724775. OLE color: 12724775.
HSL color Cylindrical-coordinate representation of color #272AC2: hue angle of 238.84º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #272AC2 is Cyan = 0.80, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 39 | 42 | 194 | - |
| CMYK | 0.80 | 0.78 | 0 | 0.24 |
| HSL | 238.84º | 0.67% | 0.46% | - |
| HSV(B) | 238.84º | 0.8% | 0.76% | - |
| XYZ | 11.4 | 5.98 | 51.59 | - |
| YUV | 58.43 | 204.51 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 42 | 194 | 0.80 | 0.78 | 0 | 0.24 | 238.84 | 0.67 | 0.46 |
| Hex | 27 | 2A | C2 | 50 | 4E | 0 | 18 | EF | 43 | 2E |
| Octal | 47 | 52 | 302 | 120 | 116 | 0 | 30 | 357 | 103 | 56 |
| Binary | 100111 | 101010 | 11000010 | 1010000 | 1001110 | 0 | 11000 | 11101111 | 1000011 | 101110 |
Color Harmonies of #272AC2
Complementary color
Monochromatic Colors of #272AC2
Black with #272AC2
Text Example
Text Example
White with #272AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272AC2; }
p { color: rgb(39,42,194); }
H1.HeaderClassName
{
color: #272AC2;
}
.AnyTagClassName
{
color: #272AC2;
}
</style>
background-color css
<style>
a { background-color: #272AC2; }
a { background-color: rgb(39,42,194); }
div.DivClassName
{
background-color: #272AC2;
}
.BgClassName
{
background-color: #272AC2;
}
</style>
border-color css
<style>
span { border-color: #272AC2; }
span { border-color: rgb(39,42,194); }
td.TdClassName
{
border-color: #272AC2;
}
.TagClassName
{
border-color: #272AC2;
}
</style>