Shades of Persian Blue #2A20DF
Tints of Persian Blue #2A20DF
RGB
CMYK
RGB Variations
Color information
#2A20DF (or 0x2A20DF) is known color: Persian Blue. HEX triplet: 2A, 20 and DF. RGB value is (42,32,223). Sum of RGB (Red+Green+Blue) = 42+32+223=297 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.14% from 297); Green value is 32 (12.89% from 255 or 10.77% from 297); Blue value is 223 (87.5% from 255 or 75.08% from 297); Max value from RGB is 223 - color contains mainly: blue. Hex color #2A20DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A20DF is #D5DF20. Grayscale: #383838. Windows color (decimal): -14016289 or 14622762. OLE color: 14622762.
HSL color Cylindrical-coordinate representation of color #2A20DF: hue angle of 243.14º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2A20DF is Cyan = 0.81, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 32 | 223 | - |
| CMYK | 0.81 | 0.86 | 0 | 0.13 |
| HSL | 243.14º | 0.75% | 0.5% | - |
| HSV(B) | 243.14º | 0.86% | 0.87% | - |
| XYZ | 14.79 | 6.85 | 70.36 | - |
| YUV | 56.76 | 221.81 | 117.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 32 | 223 | 0.81 | 0.86 | 0 | 0.13 | 243.14 | 0.75 | 0.5 |
| Hex | 2A | 20 | DF | 51 | 56 | 0 | D | F3 | 4B | 32 |
| Octal | 52 | 40 | 337 | 121 | 126 | 0 | 15 | 363 | 113 | 62 |
| Binary | 101010 | 100000 | 11011111 | 1010001 | 1010110 | 0 | 1101 | 11110011 | 1001011 | 110010 |
Color Harmonies of #2A20DF
Complementary color
Monochromatic Colors of #2A20DF
Black with #2A20DF
Text Example
Text Example
White with #2A20DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A20DF; }
p { color: rgb(42,32,223); }
H1.HeaderClassName
{
color: #2A20DF;
}
.AnyTagClassName
{
color: #2A20DF;
}
</style>
background-color css
<style>
a { background-color: #2A20DF; }
a { background-color: rgb(42,32,223); }
div.DivClassName
{
background-color: #2A20DF;
}
.BgClassName
{
background-color: #2A20DF;
}
</style>
border-color css
<style>
span { border-color: #2A20DF; }
span { border-color: rgb(42,32,223); }
td.TdClassName
{
border-color: #2A20DF;
}
.TagClassName
{
border-color: #2A20DF;
}
</style>