Shades of Dark Slate Blue #2F29A2
Tints of Dark Slate Blue #2F29A2
RGB
CMYK
RGB Variations
Color information
#2F29A2 (or 0x2F29A2) is known color: Dark Slate Blue. HEX triplet: 2F, 29 and A2. RGB value is (47,41,162). Sum of RGB (Red+Green+Blue) = 47+41+162=250 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.8% from 250); Green value is 41 (16.41% from 255 or 16.4% from 250); Blue value is 162 (63.67% from 255 or 64.8% from 250); Max value from RGB is 162 - color contains mainly: blue. Hex color #2F29A2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F29A2 is #D0D65D. Grayscale: #383838. Windows color (decimal): -13686366 or 10627375. OLE color: 10627375.
HSL color Cylindrical-coordinate representation of color #2F29A2: hue angle of 242.98º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F29A2 is Cyan = 0.71, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 47 | 41 | 162 | - |
| CMYK | 0.71 | 0.75 | 0 | 0.36 |
| HSL | 242.98º | 0.6% | 0.4% | - |
| HSV(B) | 242.98º | 0.75% | 0.64% | - |
| XYZ | 8.49 | 4.8 | 34.66 | - |
| YUV | 56.59 | 187.49 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 41 | 162 | 0.71 | 0.75 | 0 | 0.36 | 242.98 | 0.6 | 0.4 |
| Hex | 2F | 29 | A2 | 47 | 4B | 0 | 24 | F3 | 3C | 28 |
| Octal | 57 | 51 | 242 | 107 | 113 | 0 | 44 | 363 | 74 | 50 |
| Binary | 101111 | 101001 | 10100010 | 1000111 | 1001011 | 0 | 100100 | 11110011 | 111100 | 101000 |
Color Harmonies of #2F29A2
Complementary color
Monochromatic Colors of #2F29A2
Black with #2F29A2
Text Example
Text Example
White with #2F29A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F29A2; }
p { color: rgb(47,41,162); }
H1.HeaderClassName
{
color: #2F29A2;
}
.AnyTagClassName
{
color: #2F29A2;
}
</style>
background-color css
<style>
a { background-color: #2F29A2; }
a { background-color: rgb(47,41,162); }
div.DivClassName
{
background-color: #2F29A2;
}
.BgClassName
{
background-color: #2F29A2;
}
</style>
border-color css
<style>
span { border-color: #2F29A2; }
span { border-color: rgb(47,41,162); }
td.TdClassName
{
border-color: #2F29A2;
}
.TagClassName
{
border-color: #2F29A2;
}
</style>