#382892

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

Shades of Dark Slate Blue #382892

Tints of Dark Slate Blue #382892

Color information

#382892 (or 0x382892) is unknown color: approx Dark Slate Blue. HEX triplet: 38, 28 and 92. RGB value is (56,40,146). Sum of RGB (Red+Green+Blue) = 56+40+146=242 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.14% from 242); Green value is 40 (16.02% from 255 or 16.53% from 242); Blue value is 146 (57.42% from 255 or 60.33% from 242); Max value from RGB is 146 - color contains mainly: blue. Hex color #382892 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382892 is #C7D76D. Grayscale: #383838. Windows color (decimal): -13096814 or 9578552. OLE color: 9578552.

HSL color Cylindrical-coordinate representation of color #382892: hue angle of 249.06º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #382892 is Cyan = 0.62, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5640146-
CMYK0.620.7300.43
HSL249.06º56.99%36.47%-
HSV(B)249.06º72.6%57.25%-
XYZ7.584.4327.65-
YUV56.87178.3127.38-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.14%
GREEN value IS 40 (16.02% from 255) = 16.53%
BLUE value IS 146 (57.42% from 255) = 60.33%
R=23.14%
G=16.53%
B=60.33%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal56401460.620.7300.43249.0656.9936.47
Hex3828923E4902Bf93924
Octal7050222761110533717144
Binary111000101000100100101111101001001010101111111001111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382892; }

 p { color: rgb(56,40,146); }

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

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

 a { background-color: rgb(56,40,146); }

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

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

 span { border-color: rgb(56,40,146); }

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