Shades of Persian Blue #2F2AD8
Tints of Persian Blue #2F2AD8
RGB
CMYK
RGB Variations
Color information
#2F2AD8 (or 0x2F2AD8) is known color: Persian Blue. HEX triplet: 2F, 2A and D8. RGB value is (47,42,216). Sum of RGB (Red+Green+Blue) = 47+42+216=305 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.41% from 305); Green value is 42 (16.80% from 255 or 13.77% from 305); Blue value is 216 (84.77% from 255 or 70.82% from 305); Max value from RGB is 216 - color contains mainly: blue. Hex color #2F2AD8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F2AD8 is #D0D527. Grayscale: #3E3E3E. Windows color (decimal): -13686056 or 14166575. OLE color: 14166575.
HSL color Cylindrical-coordinate representation of color #2F2AD8: hue angle of 241.72º degrees, saturation: 0.69, 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 #2F2AD8 is Cyan = 0.78, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 47 | 42 | 216 | - |
| CMYK | 0.78 | 0.81 | 0 | 0.15 |
| HSL | 241.72º | 0.69% | 0.51% | - |
| HSV(B) | 241.72º | 0.81% | 0.85% | - |
| XYZ | 14.39 | 7.22 | 65.6 | - |
| YUV | 63.33 | 214.16 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 42 | 216 | 0.78 | 0.81 | 0 | 0.15 | 241.72 | 0.69 | 0.51 |
| Hex | 2F | 2A | D8 | 4E | 51 | 0 | F | F2 | 45 | 33 |
| Octal | 57 | 52 | 330 | 116 | 121 | 0 | 17 | 362 | 105 | 63 |
| Binary | 101111 | 101010 | 11011000 | 1001110 | 1010001 | 0 | 1111 | 11110010 | 1000101 | 110011 |
Color Harmonies of #2F2AD8
Complementary color
Monochromatic Colors of #2F2AD8
Black with #2F2AD8
Text Example
Text Example
White with #2F2AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2AD8; }
p { color: rgb(47,42,216); }
H1.HeaderClassName
{
color: #2F2AD8;
}
.AnyTagClassName
{
color: #2F2AD8;
}
</style>
background-color css
<style>
a { background-color: #2F2AD8; }
a { background-color: rgb(47,42,216); }
div.DivClassName
{
background-color: #2F2AD8;
}
.BgClassName
{
background-color: #2F2AD8;
}
</style>
border-color css
<style>
span { border-color: #2F2AD8; }
span { border-color: rgb(47,42,216); }
td.TdClassName
{
border-color: #2F2AD8;
}
.TagClassName
{
border-color: #2F2AD8;
}
</style>