Shades of Persian Blue #2F29DC
Tints of Persian Blue #2F29DC
RGB
CMYK
RGB Variations
Color information
#2F29DC (or 0x2F29DC) is known color: Persian Blue. HEX triplet: 2F, 29 and DC. RGB value is (47,41,220). Sum of RGB (Red+Green+Blue) = 47+41+220=308 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.26% from 308); Green value is 41 (16.41% from 255 or 13.31% from 308); Blue value is 220 (86.33% from 255 or 71.43% from 308); Max value from RGB is 220 - color contains mainly: blue. Hex color #2F29DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F29DC is #D0D623. Grayscale: #3E3E3E. Windows color (decimal): -13686308 or 14428463. OLE color: 14428463.
HSL color Cylindrical-coordinate representation of color #2F29DC: hue angle of 242.01º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2F29DC is Cyan = 0.79, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 47 | 41 | 220 | - |
| CMYK | 0.79 | 0.81 | 0 | 0.14 |
| HSL | 242.01º | 0.72% | 0.51% | - |
| HSV(B) | 242.01º | 0.81% | 0.86% | - |
| XYZ | 14.88 | 7.36 | 68.35 | - |
| YUV | 63.2 | 216.49 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 41 | 220 | 0.79 | 0.81 | 0 | 0.14 | 242.01 | 0.72 | 0.51 |
| Hex | 2F | 29 | DC | 4F | 51 | 0 | E | F2 | 48 | 33 |
| Octal | 57 | 51 | 334 | 117 | 121 | 0 | 16 | 362 | 110 | 63 |
| Binary | 101111 | 101001 | 11011100 | 1001111 | 1010001 | 0 | 1110 | 11110010 | 1001000 | 110011 |
Color Harmonies of #2F29DC
Complementary color
Monochromatic Colors of #2F29DC
Black with #2F29DC
Text Example
Text Example
White with #2F29DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F29DC; }
p { color: rgb(47,41,220); }
H1.HeaderClassName
{
color: #2F29DC;
}
.AnyTagClassName
{
color: #2F29DC;
}
</style>
background-color css
<style>
a { background-color: #2F29DC; }
a { background-color: rgb(47,41,220); }
div.DivClassName
{
background-color: #2F29DC;
}
.BgClassName
{
background-color: #2F29DC;
}
</style>
border-color css
<style>
span { border-color: #2F29DC; }
span { border-color: rgb(47,41,220); }
td.TdClassName
{
border-color: #2F29DC;
}
.TagClassName
{
border-color: #2F29DC;
}
</style>