Shades of Persian Blue #2A39DA
Tints of Persian Blue #2A39DA
RGB
CMYK
RGB Variations
Color information
#2A39DA (or 0x2A39DA) is known color: Persian Blue. HEX triplet: 2A, 39 and DA. RGB value is (42,57,218). Sum of RGB (Red+Green+Blue) = 42+57+218=317 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.25% from 317); Green value is 57 (22.66% from 255 or 17.98% from 317); Blue value is 218 (85.55% from 255 or 68.77% from 317); Max value from RGB is 218 - color contains mainly: blue. Hex color #2A39DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A39DA is #D5C625. Grayscale: #464646. Windows color (decimal): -14009894 or 14301482. OLE color: 14301482.
HSL color Cylindrical-coordinate representation of color #2A39DA: hue angle of 234.89º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A39DA is Cyan = 0.81, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 57 | 218 | - |
| CMYK | 0.81 | 0.74 | 0 | 0.15 |
| HSL | 234.89º | 0.7% | 0.51% | - |
| HSV(B) | 234.89º | 0.81% | 0.85% | - |
| XYZ | 15.07 | 8.48 | 67.17 | - |
| YUV | 70.87 | 211.03 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 57 | 218 | 0.81 | 0.74 | 0 | 0.15 | 234.89 | 0.7 | 0.51 |
| Hex | 2A | 39 | DA | 51 | 4A | 0 | F | EB | 46 | 33 |
| Octal | 52 | 71 | 332 | 121 | 112 | 0 | 17 | 353 | 106 | 63 |
| Binary | 101010 | 111001 | 11011010 | 1010001 | 1001010 | 0 | 1111 | 11101011 | 1000110 | 110011 |
Color Harmonies of #2A39DA
Complementary color
Monochromatic Colors of #2A39DA
Black with #2A39DA
Text Example
Text Example
White with #2A39DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A39DA; }
p { color: rgb(42,57,218); }
H1.HeaderClassName
{
color: #2A39DA;
}
.AnyTagClassName
{
color: #2A39DA;
}
</style>
background-color css
<style>
a { background-color: #2A39DA; }
a { background-color: rgb(42,57,218); }
div.DivClassName
{
background-color: #2A39DA;
}
.BgClassName
{
background-color: #2A39DA;
}
</style>
border-color css
<style>
span { border-color: #2A39DA; }
span { border-color: rgb(42,57,218); }
td.TdClassName
{
border-color: #2A39DA;
}
.TagClassName
{
border-color: #2A39DA;
}
</style>