Html Css Color HEX #383791 Dark Slate Blue

📋 copy color: '#383791'

red 56 ◦ green 55 ◦ blue 145

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

Shades of Dark Slate Blue #383791

Tints of Dark Slate Blue #383791

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.48%

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

R = 21.88%
G = 21.48%
B = 56.64%

CMYK

 C value IS 0.61

 M value IS 0.62

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#383791 (or 0x383791) is known color: Dark Slate Blue. HEX triplet: 38, 37 and 91. RGB value is (56,55,145). Sum of RGB (Red+Green+Blue) = 56+55+145=256 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.88% from 256); Green value is 55 (21.88% from 255 or 21.48% from 256); Blue value is 145 (57.03% from 255 or 56.64% from 256); Max value from RGB is 145 - color contains mainly: blue. Hex color #383791 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383791 is #C7C86E. Grayscale: #414141. Windows color (decimal): -13092975 or 9516856. OLE color: 9516856.

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

Color convert

RGB 56 55 145 -
CMYK 0.61 0.62 0 0.43
HSL 240.67º 0.45% 0.39% -
HSV(B) 240.67º 0.62% 0.57% -
XYZ 8.11 5.62 27.45 -
YUV 65.56 172.83 121.18 -
System Red Green Blue C M Y K H S L
Decimal 56 55 145 0.61 0.62 0 0.43 240.67 0.45 0.39
Hex 38 37 91 3D 3E 0 2B F1 2D 27
Octal 70 67 221 75 76 0 53 361 55 47
Binary 111000 110111 10010001 111101 111110 0 101011 11110001 101101 100111

Color Harmonies of #383791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383791

Black with #383791

Text Example


Text Example

White with #383791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383791; }

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

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

background-color css

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

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

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

border-color css

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

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

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