#382692

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

Shades of Dark Slate Blue #382692

Tints of Dark Slate Blue #382692

Color information

#382692 (or 0x382692) is unknown color: approx Dark Slate Blue. HEX triplet: 38, 26 and 92. RGB value is (56,38,146). Sum of RGB (Red+Green+Blue) = 56+38+146=240 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.33% from 240); Green value is 38 (15.23% from 255 or 15.83% from 240); Blue value is 146 (57.42% from 255 or 60.83% from 240); Max value from RGB is 146 - color contains mainly: blue. Hex color #382692 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382692 is #C7D96D. Grayscale: #373737. Windows color (decimal): -13097326 or 9578040. OLE color: 9578040.

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

Color convert

RGB5638146-
CMYK0.620.7400.43
HSL250º58.7%36.08%-
HSV(B)250º73.97%57.25%-
XYZ7.514.327.63-
YUV55.69178.96128.22-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.33%
GREEN value IS 38 (15.23% from 255) = 15.83%
BLUE value IS 146 (57.42% from 255) = 60.83%
R=23.33%
G=15.83%
B=60.83%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal56381460.620.7400.4325058.736.08
Hex3826923E4A02Bfa3b24
Octal7046222761120533727344
Binary111000100110100100101111101001010010101111111010111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382692; }

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

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

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

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

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

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

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

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