Shades of Persian Blue #2A2FDA
Tints of Persian Blue #2A2FDA
RGB
CMYK
RGB Variations
Color information
#2A2FDA (or 0x2A2FDA) is known color: Persian Blue. HEX triplet: 2A, 2F and DA. RGB value is (42,47,218). Sum of RGB (Red+Green+Blue) = 42+47+218=307 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.68% from 307); Green value is 47 (18.75% from 255 or 15.31% from 307); Blue value is 218 (85.55% from 255 or 71.01% from 307); Max value from RGB is 218 - color contains mainly: blue. Hex color #2A2FDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A2FDA is #D5D025. Grayscale: #404040. Windows color (decimal): -14012454 or 14298922. OLE color: 14298922.
HSL color Cylindrical-coordinate representation of color #2A2FDA: hue angle of 238.3º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A2FDA is Cyan = 0.81, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 47 | 218 | - |
| CMYK | 0.81 | 0.78 | 0 | 0.15 |
| HSL | 238.3º | 0.7% | 0.51% | - |
| HSV(B) | 238.3º | 0.81% | 0.85% | - |
| XYZ | 14.63 | 7.59 | 67.02 | - |
| YUV | 65 | 214.34 | 111.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 47 | 218 | 0.81 | 0.78 | 0 | 0.15 | 238.3 | 0.7 | 0.51 |
| Hex | 2A | 2F | DA | 51 | 4E | 0 | F | EE | 46 | 33 |
| Octal | 52 | 57 | 332 | 121 | 116 | 0 | 17 | 356 | 106 | 63 |
| Binary | 101010 | 101111 | 11011010 | 1010001 | 1001110 | 0 | 1111 | 11101110 | 1000110 | 110011 |
Color Harmonies of #2A2FDA
Complementary color
Monochromatic Colors of #2A2FDA
Black with #2A2FDA
Text Example
Text Example
White with #2A2FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2FDA; }
p { color: rgb(42,47,218); }
H1.HeaderClassName
{
color: #2A2FDA;
}
.AnyTagClassName
{
color: #2A2FDA;
}
</style>
background-color css
<style>
a { background-color: #2A2FDA; }
a { background-color: rgb(42,47,218); }
div.DivClassName
{
background-color: #2A2FDA;
}
.BgClassName
{
background-color: #2A2FDA;
}
</style>
border-color css
<style>
span { border-color: #2A2FDA; }
span { border-color: rgb(42,47,218); }
td.TdClassName
{
border-color: #2A2FDA;
}
.TagClassName
{
border-color: #2A2FDA;
}
</style>