#382999

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

Shades of Dark Slate Blue #382999

Tints of Dark Slate Blue #382999

Color information

#382999 (or 0x382999) is unknown color: approx Dark Slate Blue. HEX triplet: 38, 29 and 99. RGB value is (56,41,153). Sum of RGB (Red+Green+Blue) = 56+41+153=250 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.4% from 250); Green value is 41 (16.41% from 255 or 16.4% from 250); Blue value is 153 (60.16% from 255 or 61.2% from 250); Max value from RGB is 153 - color contains mainly: blue. Hex color #382999 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382999 is #C7D666. Grayscale: #393939. Windows color (decimal): -13096551 or 10037560. OLE color: 10037560.

HSL color Cylindrical-coordinate representation of color #382999: hue angle of 248.04º 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 #382999 is Cyan = 0.63, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5641153-
CMYK0.630.7300.4
HSL248.04º57.73%38.04%-
HSV(B)248.04º73.2%60%-
XYZ8.174.7330.62-
YUV58.25181.47126.39-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.4%
GREEN value IS 41 (16.41% from 255) = 16.4%
BLUE value IS 153 (60.16% from 255) = 61.2%
R=22.4%
G=16.4%
B=61.2%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal56411530.630.7300.4248.0457.7338.04
Hex3829993F49028f83a26
Octal7051231771110503707246
Binary111000101001100110011111111001001010100011111000111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382999; }

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

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

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

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

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

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

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

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