Shades of Persian Blue #2A39AF
Tints of Persian Blue #2A39AF
RGB
CMYK
RGB Variations
Color information
#2A39AF (or 0x2A39AF) is known color: Persian Blue. HEX triplet: 2A, 39 and AF. RGB value is (42,57,175). Sum of RGB (Red+Green+Blue) = 42+57+175=274 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.33% from 274); Green value is 57 (22.66% from 255 or 20.80% from 274); Blue value is 175 (68.75% from 255 or 63.87% from 274); Max value from RGB is 175 - color contains mainly: blue. Hex color #2A39AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A39AF is #D5C650. Grayscale: #414141. Windows color (decimal): -14009937 or 11483434. OLE color: 11483434.
HSL color Cylindrical-coordinate representation of color #2A39AF: hue angle of 233.23º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2A39AF is Cyan = 0.76, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 42 | 57 | 175 | - |
| CMYK | 0.76 | 0.67 | 0 | 0.31 |
| HSL | 233.23º | 0.61% | 0.43% | - |
| HSV(B) | 233.23º | 0.76% | 0.69% | - |
| XYZ | 10.16 | 6.51 | 41.28 | - |
| YUV | 65.97 | 189.53 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 57 | 175 | 0.76 | 0.67 | 0 | 0.31 | 233.23 | 0.61 | 0.43 |
| Hex | 2A | 39 | AF | 4C | 43 | 0 | 1F | E9 | 3D | 2B |
| Octal | 52 | 71 | 257 | 114 | 103 | 0 | 37 | 351 | 75 | 53 |
| Binary | 101010 | 111001 | 10101111 | 1001100 | 1000011 | 0 | 11111 | 11101001 | 111101 | 101011 |
Color Harmonies of #2A39AF
Complementary color
Monochromatic Colors of #2A39AF
Black with #2A39AF
Text Example
Text Example
White with #2A39AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A39AF; }
p { color: rgb(42,57,175); }
H1.HeaderClassName
{
color: #2A39AF;
}
.AnyTagClassName
{
color: #2A39AF;
}
</style>
background-color css
<style>
a { background-color: #2A39AF; }
a { background-color: rgb(42,57,175); }
div.DivClassName
{
background-color: #2A39AF;
}
.BgClassName
{
background-color: #2A39AF;
}
</style>
border-color css
<style>
span { border-color: #2A39AF; }
span { border-color: rgb(42,57,175); }
td.TdClassName
{
border-color: #2A39AF;
}
.TagClassName
{
border-color: #2A39AF;
}
</style>