Html Css Color HEX #382A95 Dark Slate Blue

📋 copy color: '#382A95'

red 56 ◦ green 42 ◦ blue 149

#382A95
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Blue #382A95

Tints of Dark Slate Blue #382A95

RGB

 RED value IS 56 (22.27% from 255) = 22.67%

 GREEN value IS 42 (16.8% from 255) = 17%

 BLUE value IS 149 (58.59% from 255) = 60.32%

R = 22.67%
G = 17%
B = 60.32%

CMYK

 C value IS 0.62

 M value IS 0.72

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#382A95 (or 0x382A95) is known color: Dark Slate Blue. HEX triplet: 38, 2A and 95. RGB value is (56,42,149). Sum of RGB (Red+Green+Blue) = 56+42+149=247 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.67% from 247); Green value is 42 (16.80% from 255 or 17.00% from 247); Blue value is 149 (58.59% from 255 or 60.32% from 247); Max value from RGB is 149 - color contains mainly: blue. Hex color #382A95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382A95 is #C7D56A. Grayscale: #393939. Windows color (decimal): -13096299 or 9775672. OLE color: 9775672.

HSL color Cylindrical-coordinate representation of color #382A95: hue angle of 247.85º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #382A95 is Cyan = 0.62, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 56 42 149 -
CMYK 0.62 0.72 0 0.42
HSL 247.85º 0.56% 0.37% -
HSV(B) 247.85º 0.72% 0.58% -
XYZ 7.88 4.67 28.92 -
YUV 58.38 179.14 126.3 -
System Red Green Blue C M Y K H S L
Decimal 56 42 149 0.62 0.72 0 0.42 247.85 0.56 0.37
Hex 38 2A 95 3E 48 0 2A F8 38 25
Octal 70 52 225 76 110 0 52 370 70 45
Binary 111000 101010 10010101 111110 1001000 0 101010 11111000 111000 100101

Color Harmonies of #382A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382A95

Black with #382A95

Text Example


Text Example

White with #382A95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,42,149); }

 H1.HeaderClassName
 {
   color: #382A95;
 }
 .AnyTagClassName
 {
   color: #382A95;
 }
</style>

background-color css

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

 a { background-color: rgb(56,42,149); }

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

border-color css

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

 span { border-color: rgb(56,42,149); }

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