Shades of Persian Blue #2A2FAC
Tints of Persian Blue #2A2FAC
RGB
CMYK
RGB Variations
Color information
#2A2FAC (or 0x2A2FAC) is known color: Persian Blue. HEX triplet: 2A, 2F and AC. RGB value is (42,47,172). Sum of RGB (Red+Green+Blue) = 42+47+172=261 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.09% from 261); Green value is 47 (18.75% from 255 or 18.01% from 261); Blue value is 172 (67.58% from 255 or 65.90% from 261); Max value from RGB is 172 - color contains mainly: blue. Hex color #2A2FAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A2FAC is #D5D053. Grayscale: #3B3B3B. Windows color (decimal): -14012500 or 11284266. OLE color: 11284266.
HSL color Cylindrical-coordinate representation of color #2A2FAC: hue angle of 237.69º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2A2FAC is Cyan = 0.76, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 47 | 172 | - |
| CMYK | 0.76 | 0.73 | 0 | 0.33 |
| HSL | 237.69º | 0.61% | 0.42% | - |
| HSV(B) | 237.69º | 0.76% | 0.67% | - |
| XYZ | 9.42 | 5.5 | 39.6 | - |
| YUV | 59.76 | 191.34 | 115.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 47 | 172 | 0.76 | 0.73 | 0 | 0.33 | 237.69 | 0.61 | 0.42 |
| Hex | 2A | 2F | AC | 4C | 49 | 0 | 21 | EE | 3D | 2A |
| Octal | 52 | 57 | 254 | 114 | 111 | 0 | 41 | 356 | 75 | 52 |
| Binary | 101010 | 101111 | 10101100 | 1001100 | 1001001 | 0 | 100001 | 11101110 | 111101 | 101010 |
Color Harmonies of #2A2FAC
Complementary color
Monochromatic Colors of #2A2FAC
Black with #2A2FAC
Text Example
Text Example
White with #2A2FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2FAC; }
p { color: rgb(42,47,172); }
H1.HeaderClassName
{
color: #2A2FAC;
}
.AnyTagClassName
{
color: #2A2FAC;
}
</style>
background-color css
<style>
a { background-color: #2A2FAC; }
a { background-color: rgb(42,47,172); }
div.DivClassName
{
background-color: #2A2FAC;
}
.BgClassName
{
background-color: #2A2FAC;
}
</style>
border-color css
<style>
span { border-color: #2A2FAC; }
span { border-color: rgb(42,47,172); }
td.TdClassName
{
border-color: #2A2FAC;
}
.TagClassName
{
border-color: #2A2FAC;
}
</style>