#382493

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

Shades of Dark Slate Blue #382493

Tints of Dark Slate Blue #382493

Color information

#382493 (or 0x382493) is unknown color: approx Dark Slate Blue. HEX triplet: 38, 24 and 93. RGB value is (56,36,147). Sum of RGB (Red+Green+Blue) = 56+36+147=239 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.43% from 239); Green value is 36 (14.45% from 255 or 15.06% from 239); Blue value is 147 (57.81% from 255 or 61.51% from 239); Max value from RGB is 147 - color contains mainly: blue. Hex color #382493 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382493 is #C7DB6C. Grayscale: #363636. Windows color (decimal): -13097837 or 9643064. OLE color: 9643064.

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

Color convert

RGB5636147-
CMYK0.620.7600.42
HSL250.81º60.66%35.88%-
HSV(B)250.81º75.51%57.65%-
XYZ7.534.2128.02-
YUV54.63180.13128.97-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.43%
GREEN value IS 36 (14.45% from 255) = 15.06%
BLUE value IS 147 (57.81% from 255) = 61.51%
R=23.43%
G=15.06%
B=61.51%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal56361470.620.7600.42250.8160.6635.88
Hex3824933E4C02Afb3d24
Octal7044223761140523737544
Binary111000100100100100111111101001100010101011111011111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382493; }

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

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

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

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

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

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

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

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