Shades of Persian Blue #2A42AC
Tints of Persian Blue #2A42AC
RGB
CMYK
RGB Variations
Color information
#2A42AC (or 0x2A42AC) is known color: Persian Blue. HEX triplet: 2A, 42 and AC. RGB value is (42,66,172). Sum of RGB (Red+Green+Blue) = 42+66+172=280 (37% of max value = 765). Red value is 42 (16.80% from 255 or 15% from 280); Green value is 66 (26.17% from 255 or 23.57% from 280); Blue value is 172 (67.58% from 255 or 61.43% from 280); Max value from RGB is 172 - color contains mainly: blue. Hex color #2A42AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A42AC is #D5BD53. Grayscale: #464646. Windows color (decimal): -14007636 or 11289130. OLE color: 11289130.
HSL color Cylindrical-coordinate representation of color #2A42AC: hue angle of 228.92º 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 #2A42AC is Cyan = 0.76, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 66 | 172 | - |
| CMYK | 0.76 | 0.62 | 0 | 0.33 |
| HSL | 228.92º | 0.61% | 0.42% | - |
| HSV(B) | 228.92º | 0.76% | 0.67% | - |
| XYZ | 10.35 | 7.37 | 39.91 | - |
| YUV | 70.91 | 185.05 | 107.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 66 | 172 | 0.76 | 0.62 | 0 | 0.33 | 228.92 | 0.61 | 0.42 |
| Hex | 2A | 42 | AC | 4C | 3E | 0 | 21 | E5 | 3D | 2A |
| Octal | 52 | 102 | 254 | 114 | 76 | 0 | 41 | 345 | 75 | 52 |
| Binary | 101010 | 1000010 | 10101100 | 1001100 | 111110 | 0 | 100001 | 11100101 | 111101 | 101010 |
Color Harmonies of #2A42AC
Complementary color
Monochromatic Colors of #2A42AC
Black with #2A42AC
Text Example
Text Example
White with #2A42AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A42AC; }
p { color: rgb(42,66,172); }
H1.HeaderClassName
{
color: #2A42AC;
}
.AnyTagClassName
{
color: #2A42AC;
}
</style>
background-color css
<style>
a { background-color: #2A42AC; }
a { background-color: rgb(42,66,172); }
div.DivClassName
{
background-color: #2A42AC;
}
.BgClassName
{
background-color: #2A42AC;
}
</style>
border-color css
<style>
span { border-color: #2A42AC; }
span { border-color: rgb(42,66,172); }
td.TdClassName
{
border-color: #2A42AC;
}
.TagClassName
{
border-color: #2A42AC;
}
</style>