Html Css Color HEX #382C85 Dark Slate Blue

📋 copy color: '#382C85'

red 56 ◦ green 44 ◦ blue 133

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

Shades of Dark Slate Blue #382C85

Tints of Dark Slate Blue #382C85

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.88%

 BLUE value IS 133 (52.34% from 255) = 57.08%

R = 24.03%
G = 18.88%
B = 57.08%

CMYK

 C value IS 0.58

 M value IS 0.67

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#382C85 (or 0x382C85) is known color: Dark Slate Blue. HEX triplet: 38, 2C and 85. RGB value is (56,44,133). Sum of RGB (Red+Green+Blue) = 56+44+133=233 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.03% from 233); Green value is 44 (17.58% from 255 or 18.88% from 233); Blue value is 133 (52.34% from 255 or 57.08% from 233); Max value from RGB is 133 - color contains mainly: blue. Hex color #382C85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382C85 is #C7D37A. Grayscale: #393939. Windows color (decimal): -13095803 or 8727608. OLE color: 8727608.

HSL color Cylindrical-coordinate representation of color #382C85: hue angle of 248.09º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #382C85 is Cyan = 0.58, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 56 44 133 -
CMYK 0.58 0.67 0 0.48
HSL 248.09º 0.5% 0.35% -
HSV(B) 248.09º 0.67% 0.52% -
XYZ 6.77 4.34 22.67 -
YUV 57.73 170.48 126.76 -
System Red Green Blue C M Y K H S L
Decimal 56 44 133 0.58 0.67 0 0.48 248.09 0.5 0.35
Hex 38 2C 85 3A 43 0 30 F8 32 23
Octal 70 54 205 72 103 0 60 370 62 43
Binary 111000 101100 10000101 111010 1000011 0 110000 11111000 110010 100011

Color Harmonies of #382C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382C85

Black with #382C85

Text Example


Text Example

White with #382C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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