#383499

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

Shades of Dark Slate Blue #383499

Tints of Dark Slate Blue #383499

Color information

#383499 (or 0x383499) is unknown color: approx Dark Slate Blue. HEX triplet: 38, 34 and 99. RGB value is (56,52,153). Sum of RGB (Red+Green+Blue) = 56+52+153=261 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.46% from 261); Green value is 52 (20.70% from 255 or 19.92% from 261); Blue value is 153 (60.16% from 255 or 58.62% from 261); Max value from RGB is 153 - color contains mainly: blue. Hex color #383499 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383499 is #C7CB66. Grayscale: #404040. Windows color (decimal): -13093735 or 10040376. OLE color: 10040376.

HSL color Cylindrical-coordinate representation of color #383499: hue angle of 242.38º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #383499 is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5652153-
CMYK0.630.6600.4
HSL242.38º49.27%40.2%-
HSV(B)242.38º66.01%60%-
XYZ8.615.630.76-
YUV64.71177.83121.79-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.46%
GREEN value IS 52 (20.70% from 255) = 19.92%
BLUE value IS 153 (60.16% from 255) = 58.62%
R=21.46%
G=19.92%
B=58.62%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal56521530.630.6600.4242.3849.2740.2
Hex3834993F42028f23128
Octal7064231771020503626150
Binary111000110100100110011111111000010010100011110010110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383499; }

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

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

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

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

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

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

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

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