Shades of Persian Blue #2A25DB
Tints of Persian Blue #2A25DB
RGB
CMYK
RGB Variations
Color information
#2A25DB (or 0x2A25DB) is known color: Persian Blue. HEX triplet: 2A, 25 and DB. RGB value is (42,37,219). Sum of RGB (Red+Green+Blue) = 42+37+219=298 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.09% from 298); Green value is 37 (14.84% from 255 or 12.42% from 298); Blue value is 219 (85.94% from 255 or 73.49% from 298); Max value from RGB is 219 - color contains mainly: blue. Hex color #2A25DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A25DB is #D5DA24. Grayscale: #3A3A3A. Windows color (decimal): -14015013 or 14361898. OLE color: 14361898.
HSL color Cylindrical-coordinate representation of color #2A25DB: hue angle of 241.65º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2A25DB is Cyan = 0.81, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 37 | 219 | - |
| CMYK | 0.81 | 0.83 | 0 | 0.14 |
| HSL | 241.65º | 0.72% | 0.5% | - |
| HSV(B) | 241.65º | 0.83% | 0.86% | - |
| XYZ | 14.4 | 6.93 | 67.6 | - |
| YUV | 59.24 | 218.16 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 37 | 219 | 0.81 | 0.83 | 0 | 0.14 | 241.65 | 0.72 | 0.5 |
| Hex | 2A | 25 | DB | 51 | 53 | 0 | E | F2 | 48 | 32 |
| Octal | 52 | 45 | 333 | 121 | 123 | 0 | 16 | 362 | 110 | 62 |
| Binary | 101010 | 100101 | 11011011 | 1010001 | 1010011 | 0 | 1110 | 11110010 | 1001000 | 110010 |
Color Harmonies of #2A25DB
Complementary color
Monochromatic Colors of #2A25DB
Black with #2A25DB
Text Example
Text Example
White with #2A25DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A25DB; }
p { color: rgb(42,37,219); }
H1.HeaderClassName
{
color: #2A25DB;
}
.AnyTagClassName
{
color: #2A25DB;
}
</style>
background-color css
<style>
a { background-color: #2A25DB; }
a { background-color: rgb(42,37,219); }
div.DivClassName
{
background-color: #2A25DB;
}
.BgClassName
{
background-color: #2A25DB;
}
</style>
border-color css
<style>
span { border-color: #2A25DB; }
span { border-color: rgb(42,37,219); }
td.TdClassName
{
border-color: #2A25DB;
}
.TagClassName
{
border-color: #2A25DB;
}
</style>