#382792

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

Shades of Dark Slate Blue #382792

Tints of Dark Slate Blue #382792

Color information

#382792 (or 0x382792) is unknown color: approx Dark Slate Blue. HEX triplet: 38, 27 and 92. RGB value is (56,39,146). Sum of RGB (Red+Green+Blue) = 56+39+146=241 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.24% from 241); Green value is 39 (15.62% from 255 or 16.18% from 241); Blue value is 146 (57.42% from 255 or 60.58% from 241); Max value from RGB is 146 - color contains mainly: blue. Hex color #382792 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382792 is #C7D86D. Grayscale: #373737. Windows color (decimal): -13097070 or 9578296. OLE color: 9578296.

HSL color Cylindrical-coordinate representation of color #382792: hue angle of 249.53º degrees, saturation: 0.58, 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 #382792 is Cyan = 0.62, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5639146-
CMYK0.620.7300.43
HSL249.53º57.84%36.27%-
HSV(B)249.53º73.29%57.25%-
XYZ7.544.3727.64-
YUV56.28178.63127.8-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.24%
GREEN value IS 39 (15.62% from 255) = 16.18%
BLUE value IS 146 (57.42% from 255) = 60.58%
R=23.24%
G=16.18%
B=60.58%

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
Decimal56391460.620.7300.43249.5357.8436.27
Hex3827923E4902Bfa3a24
Octal7047222761110533727244
Binary111000100111100100101111101001001010101111111010111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382792; }

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

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

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

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

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

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

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

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