Html Css Color HEX #383291 Dark Slate Blue

📋 copy color: '#383291'

red 56 ◦ green 50 ◦ blue 145

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

Shades of Dark Slate Blue #383291

Tints of Dark Slate Blue #383291

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.92%

 BLUE value IS 145 (57.03% from 255) = 57.77%

R = 22.31%
G = 19.92%
B = 57.77%

CMYK

 C value IS 0.61

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#383291 (or 0x383291) is known color: Dark Slate Blue. HEX triplet: 38, 32 and 91. RGB value is (56,50,145). Sum of RGB (Red+Green+Blue) = 56+50+145=251 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.31% from 251); Green value is 50 (19.92% from 255 or 19.92% from 251); Blue value is 145 (57.03% from 255 or 57.77% from 251); Max value from RGB is 145 - color contains mainly: blue. Hex color #383291 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383291 is #C7CD6E. Grayscale: #3E3E3E. Windows color (decimal): -13094255 or 9515576. OLE color: 9515576.

HSL color Cylindrical-coordinate representation of color #383291: hue angle of 243.79º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #383291 is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 56 50 145 -
CMYK 0.61 0.66 0 0.43
HSL 243.79º 0.49% 0.38% -
HSV(B) 243.79º 0.66% 0.57% -
XYZ 7.88 5.17 27.37 -
YUV 62.62 174.49 123.28 -
System Red Green Blue C M Y K H S L
Decimal 56 50 145 0.61 0.66 0 0.43 243.79 0.49 0.38
Hex 38 32 91 3D 42 0 2B F4 31 26
Octal 70 62 221 75 102 0 53 364 61 46
Binary 111000 110010 10010001 111101 1000010 0 101011 11110100 110001 100110

Color Harmonies of #383291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383291

Black with #383291

Text Example


Text Example

White with #383291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383291; }

 p { color: rgb(56,50,145); }

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

background-color css

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

 a { background-color: rgb(56,50,145); }

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

border-color css

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

 span { border-color: rgb(56,50,145); }

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