#2D2999

Color #2D2999 Dark Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Blue #2D2999

Tints of Dark Slate Blue #2D2999

Color information

#2D2999 (or 0x2D2999) is unknown color: approx Dark Slate Blue. HEX triplet: 2D, 29 and 99. RGB value is (45,41,153). Sum of RGB (Red+Green+Blue) = 45+41+153=239 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.83% from 239); Green value is 41 (16.41% from 255 or 17.15% from 239); Blue value is 153 (60.16% from 255 or 64.02% from 239); Max value from RGB is 153 - color contains mainly: blue. Hex color #2D2999 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D2999 is #D2D666. Grayscale: #363636. Windows color (decimal): -13817447 or 10037549. OLE color: 10037549.

HSL color Cylindrical-coordinate representation of color #2D2999: hue angle of 242.14º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2D2999 is Cyan = 0.71, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB4541153-
CMYK0.710.7300.4
HSL242.14º57.73%38.04%-
HSV(B)242.14º73.2%60%-
XYZ7.624.4430.59-
YUV54.96183.33120.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 45 (17.97% from 255) = 18.83%
GREEN value IS 41 (16.41% from 255) = 17.15%
BLUE value IS 153 (60.16% from 255) = 64.02%
R=18.83%
G=17.15%
B=64.02%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal45411530.710.7300.4242.1457.7338.04
Hex2D29994749028f23a26
Octal55512311071110503627246
Binary1011011010011001100110001111001001010100011110010111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D2999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D2999; }

 p { color: rgb(45,41,153); }

 H1.HeaderClassName
 {
   color: #2D2999;
 }
 .AnyTagClassName
 {
   color: #2D2999;
 }
</style>
background-color css

<style>
 a { background-color: #2D2999; }

 a { background-color: rgb(45,41,153); }

 div.DivClassName
 {
   background-color: #2D2999;
 }
 .BgClassName
 {
   background-color: #2D2999;
 }
</style>
border-color css

<style>
 span { border-color: #2D2999; }

 span { border-color: rgb(45,41,153); }

 td.TdClassName
 {
   border-color: #2D2999;
 }
 .TagClassName
 {
   border-color: #2D2999;
 }
</style>