#382C98

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

Shades of Dark Slate Blue #382C98

Tints of Dark Slate Blue #382C98

Color information

#382C98 (or 0x382C98) is unknown color: approx Dark Slate Blue. HEX triplet: 38, 2C and 98. RGB value is (56,44,152). Sum of RGB (Red+Green+Blue) = 56+44+152=252 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.22% from 252); Green value is 44 (17.58% from 255 or 17.46% from 252); Blue value is 152 (59.77% from 255 or 60.32% from 252); Max value from RGB is 152 - color contains mainly: blue. Hex color #382C98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382C98 is #C7D367. Grayscale: #3B3B3B. Windows color (decimal): -13095784 or 9972792. OLE color: 9972792.

HSL color Cylindrical-coordinate representation of color #382C98: hue angle of 246.67º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #382C98 is Cyan = 0.63, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5644152-
CMYK0.630.7100.40
HSL246.67º55.1%38.43%-
HSV(B)246.67º71.05%59.61%-
XYZ8.24.9130.22-
YUV59.9179.98125.22-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.22%
GREEN value IS 44 (17.58% from 255) = 17.46%
BLUE value IS 152 (59.77% from 255) = 60.32%
R=22.22%
G=17.46%
B=60.32%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal56441520.630.7100.40246.6755.138.43
Hex382C983F47028f73726
Octal7054230771070503676746
Binary111000101100100110001111111000111010100011110111110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382C98; }

 p { color: rgb(56,44,152); }

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

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

 a { background-color: rgb(56,44,152); }

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

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

 span { border-color: rgb(56,44,152); }

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