Shades of Persian Blue #2A25B6
Tints of Persian Blue #2A25B6
RGB
CMYK
RGB Variations
Color information
#2A25B6 (or 0x2A25B6) is known color: Persian Blue. HEX triplet: 2A, 25 and B6. RGB value is (42,37,182). Sum of RGB (Red+Green+Blue) = 42+37+182=261 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.09% from 261); Green value is 37 (14.84% from 255 or 14.18% from 261); Blue value is 182 (71.48% from 255 or 69.73% from 261); Max value from RGB is 182 - color contains mainly: blue. Hex color #2A25B6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A25B6 is #D5DA49. Grayscale: #363636. Windows color (decimal): -14015050 or 11937066. OLE color: 11937066.
HSL color Cylindrical-coordinate representation of color #2A25B6: hue angle of 242.07º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2A25B6 is Cyan = 0.77, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 42 | 37 | 182 | - |
| CMYK | 0.77 | 0.80 | 0 | 0.29 |
| HSL | 242.07º | 0.66% | 0.43% | - |
| HSV(B) | 242.07º | 0.8% | 0.71% | - |
| XYZ | 10.06 | 5.19 | 44.73 | - |
| YUV | 55.03 | 199.66 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 37 | 182 | 0.77 | 0.80 | 0 | 0.29 | 242.07 | 0.66 | 0.43 |
| Hex | 2A | 25 | B6 | 4D | 50 | 0 | 1D | F2 | 42 | 2B |
| Octal | 52 | 45 | 266 | 115 | 120 | 0 | 35 | 362 | 102 | 53 |
| Binary | 101010 | 100101 | 10110110 | 1001101 | 1010000 | 0 | 11101 | 11110010 | 1000010 | 101011 |
Color Harmonies of #2A25B6
Complementary color
Monochromatic Colors of #2A25B6
Black with #2A25B6
Text Example
Text Example
White with #2A25B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A25B6; }
p { color: rgb(42,37,182); }
H1.HeaderClassName
{
color: #2A25B6;
}
.AnyTagClassName
{
color: #2A25B6;
}
</style>
background-color css
<style>
a { background-color: #2A25B6; }
a { background-color: rgb(42,37,182); }
div.DivClassName
{
background-color: #2A25B6;
}
.BgClassName
{
background-color: #2A25B6;
}
</style>
border-color css
<style>
span { border-color: #2A25B6; }
span { border-color: rgb(42,37,182); }
td.TdClassName
{
border-color: #2A25B6;
}
.TagClassName
{
border-color: #2A25B6;
}
</style>