Shades of Persian Blue #2A39DB
Tints of Persian Blue #2A39DB
RGB
CMYK
RGB Variations
Color information
#2A39DB (or 0x2A39DB) is known color: Persian Blue. HEX triplet: 2A, 39 and DB. RGB value is (42,57,219). Sum of RGB (Red+Green+Blue) = 42+57+219=318 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.21% from 318); Green value is 57 (22.66% from 255 or 17.92% from 318); Blue value is 219 (85.94% from 255 or 68.87% from 318); Max value from RGB is 219 - color contains mainly: blue. Hex color #2A39DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A39DB is #D5C624. Grayscale: #464646. Windows color (decimal): -14009893 or 14367018. OLE color: 14367018.
HSL color Cylindrical-coordinate representation of color #2A39DB: hue angle of 234.92º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A39DB is Cyan = 0.81, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 57 | 219 | - |
| CMYK | 0.81 | 0.74 | 0 | 0.14 |
| HSL | 234.92º | 0.71% | 0.51% | - |
| HSV(B) | 234.92º | 0.81% | 0.86% | - |
| XYZ | 15.2 | 8.53 | 67.86 | - |
| YUV | 70.98 | 211.53 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 57 | 219 | 0.81 | 0.74 | 0 | 0.14 | 234.92 | 0.71 | 0.51 |
| Hex | 2A | 39 | DB | 51 | 4A | 0 | E | EB | 47 | 33 |
| Octal | 52 | 71 | 333 | 121 | 112 | 0 | 16 | 353 | 107 | 63 |
| Binary | 101010 | 111001 | 11011011 | 1010001 | 1001010 | 0 | 1110 | 11101011 | 1000111 | 110011 |
Color Harmonies of #2A39DB
Complementary color
Monochromatic Colors of #2A39DB
Black with #2A39DB
Text Example
Text Example
White with #2A39DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A39DB; }
p { color: rgb(42,57,219); }
H1.HeaderClassName
{
color: #2A39DB;
}
.AnyTagClassName
{
color: #2A39DB;
}
</style>
background-color css
<style>
a { background-color: #2A39DB; }
a { background-color: rgb(42,57,219); }
div.DivClassName
{
background-color: #2A39DB;
}
.BgClassName
{
background-color: #2A39DB;
}
</style>
border-color css
<style>
span { border-color: #2A39DB; }
span { border-color: rgb(42,57,219); }
td.TdClassName
{
border-color: #2A39DB;
}
.TagClassName
{
border-color: #2A39DB;
}
</style>