Shades of Persian Blue #2730AC
Tints of Persian Blue #2730AC
RGB
CMYK
RGB Variations
Color information
#2730AC (or 0x2730AC) is known color: Persian Blue. HEX triplet: 27, 30 and AC. RGB value is (39,48,172). Sum of RGB (Red+Green+Blue) = 39+48+172=259 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15.06% from 259); Green value is 48 (19.14% from 255 or 18.53% from 259); Blue value is 172 (67.58% from 255 or 66.41% from 259); Max value from RGB is 172 - color contains mainly: blue. Hex color #2730AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2730AC is #D8CF53. Grayscale: #3A3A3A. Windows color (decimal): -14208852 or 11284519. OLE color: 11284519.
HSL color Cylindrical-coordinate representation of color #2730AC: hue angle of 235.94º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2730AC is Cyan = 0.77, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 39 | 48 | 172 | - |
| CMYK | 0.77 | 0.72 | 0 | 0.33 |
| HSL | 235.94º | 0.63% | 0.41% | - |
| HSV(B) | 235.94º | 0.77% | 0.67% | - |
| XYZ | 9.34 | 5.52 | 39.6 | - |
| YUV | 59.45 | 191.52 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 48 | 172 | 0.77 | 0.72 | 0 | 0.33 | 235.94 | 0.63 | 0.41 |
| Hex | 27 | 30 | AC | 4D | 48 | 0 | 21 | EC | 3F | 29 |
| Octal | 47 | 60 | 254 | 115 | 110 | 0 | 41 | 354 | 77 | 51 |
| Binary | 100111 | 110000 | 10101100 | 1001101 | 1001000 | 0 | 100001 | 11101100 | 111111 | 101001 |
Color Harmonies of #2730AC
Complementary color
Monochromatic Colors of #2730AC
Black with #2730AC
Text Example
Text Example
White with #2730AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2730AC; }
p { color: rgb(39,48,172); }
H1.HeaderClassName
{
color: #2730AC;
}
.AnyTagClassName
{
color: #2730AC;
}
</style>
background-color css
<style>
a { background-color: #2730AC; }
a { background-color: rgb(39,48,172); }
div.DivClassName
{
background-color: #2730AC;
}
.BgClassName
{
background-color: #2730AC;
}
</style>
border-color css
<style>
span { border-color: #2730AC; }
span { border-color: rgb(39,48,172); }
td.TdClassName
{
border-color: #2730AC;
}
.TagClassName
{
border-color: #2730AC;
}
</style>