Shades of Persian Blue #2A26DF
Tints of Persian Blue #2A26DF
RGB
CMYK
RGB Variations
Color information
#2A26DF (or 0x2A26DF) is known color: Persian Blue. HEX triplet: 2A, 26 and DF. RGB value is (42,38,223). Sum of RGB (Red+Green+Blue) = 42+38+223=303 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.86% from 303); Green value is 38 (15.23% from 255 or 12.54% from 303); Blue value is 223 (87.5% from 255 or 73.60% from 303); Max value from RGB is 223 - color contains mainly: blue. Hex color #2A26DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A26DF is #D5D920. Grayscale: #3B3B3B. Windows color (decimal): -14014753 or 14624298. OLE color: 14624298.
HSL color Cylindrical-coordinate representation of color #2A26DF: hue angle of 241.3º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2A26DF is Cyan = 0.81, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 38 | 223 | - |
| CMYK | 0.81 | 0.83 | 0 | 0.13 |
| HSL | 241.3º | 0.74% | 0.51% | - |
| HSV(B) | 241.3º | 0.83% | 0.87% | - |
| XYZ | 14.97 | 7.21 | 70.41 | - |
| YUV | 60.29 | 219.83 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 38 | 223 | 0.81 | 0.83 | 0 | 0.13 | 241.3 | 0.74 | 0.51 |
| Hex | 2A | 26 | DF | 51 | 53 | 0 | D | F1 | 4A | 33 |
| Octal | 52 | 46 | 337 | 121 | 123 | 0 | 15 | 361 | 112 | 63 |
| Binary | 101010 | 100110 | 11011111 | 1010001 | 1010011 | 0 | 1101 | 11110001 | 1001010 | 110011 |
Color Harmonies of #2A26DF
Complementary color
Monochromatic Colors of #2A26DF
Black with #2A26DF
Text Example
Text Example
White with #2A26DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A26DF; }
p { color: rgb(42,38,223); }
H1.HeaderClassName
{
color: #2A26DF;
}
.AnyTagClassName
{
color: #2A26DF;
}
</style>
background-color css
<style>
a { background-color: #2A26DF; }
a { background-color: rgb(42,38,223); }
div.DivClassName
{
background-color: #2A26DF;
}
.BgClassName
{
background-color: #2A26DF;
}
</style>
border-color css
<style>
span { border-color: #2A26DF; }
span { border-color: rgb(42,38,223); }
td.TdClassName
{
border-color: #2A26DF;
}
.TagClassName
{
border-color: #2A26DF;
}
</style>