#382593

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

Shades of Dark Slate Blue #382593

Tints of Dark Slate Blue #382593

Color information

#382593 (or 0x382593) is unknown color: approx Dark Slate Blue. HEX triplet: 38, 25 and 93. RGB value is (56,37,147). Sum of RGB (Red+Green+Blue) = 56+37+147=240 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.33% from 240); Green value is 37 (14.84% from 255 or 15.42% from 240); Blue value is 147 (57.81% from 255 or 61.25% from 240); Max value from RGB is 147 - color contains mainly: blue. Hex color #382593 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382593 is #C7DA6C. Grayscale: #363636. Windows color (decimal): -13097581 or 9643320. OLE color: 9643320.

HSL color Cylindrical-coordinate representation of color #382593: hue angle of 250.36º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #382593 is Cyan = 0.62, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5637147-
CMYK0.620.7500.42
HSL250.36º59.78%36.08%-
HSV(B)250.36º74.83%57.65%-
XYZ7.564.2728.03-
YUV55.22179.79128.56-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.33%
GREEN value IS 37 (14.84% from 255) = 15.42%
BLUE value IS 147 (57.81% from 255) = 61.25%
R=23.33%
G=15.42%
B=61.25%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal56371470.620.7500.42250.3659.7836.08
Hex3825933E4B02Afa3c24
Octal7045223761130523727444
Binary111000100101100100111111101001011010101011111010111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382593; }

 p { color: rgb(56,37,147); }

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

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

 a { background-color: rgb(56,37,147); }

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

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

 span { border-color: rgb(56,37,147); }

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