#383099

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

Shades of Dark Slate Blue #383099

Tints of Dark Slate Blue #383099

Color information

#383099 (or 0x383099) is unknown color: approx Dark Slate Blue. HEX triplet: 38, 30 and 99. RGB value is (56,48,153). Sum of RGB (Red+Green+Blue) = 56+48+153=257 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.79% from 257); Green value is 48 (19.14% from 255 or 18.68% from 257); Blue value is 153 (60.16% from 255 or 59.53% from 257); Max value from RGB is 153 - color contains mainly: blue. Hex color #383099 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383099 is #C7CF66. Grayscale: #3D3D3D. Windows color (decimal): -13094759 or 10039352. OLE color: 10039352.

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

Color convert

RGB5648153-
CMYK0.630.6900.4
HSL244.57º52.24%39.41%-
HSV(B)244.57º68.63%60%-
XYZ8.445.2530.71-
YUV62.36179.15123.46-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.79%
GREEN value IS 48 (19.14% from 255) = 18.68%
BLUE value IS 153 (60.16% from 255) = 59.53%
R=21.79%
G=18.68%
B=59.53%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal56481530.630.6900.4244.5752.2439.41
Hex3830993F45028f53427
Octal7060231771050503656447
Binary111000110000100110011111111000101010100011110101110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383099; }

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

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

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

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

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

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

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

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