Html Css Color HEX #381E49 Jagger

📋 copy color: '#381E49'

red 56 ◦ green 30 ◦ blue 73

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

Shades of Jagger #381E49

Tints of Jagger #381E49

RGB

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

 GREEN value IS 30 (12.11% from 255) = 18.87%

 BLUE value IS 73 (28.91% from 255) = 45.91%

R = 35.22%
G = 18.87%
B = 45.91%

CMYK

 C value IS 0.23

 M value IS 0.59

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#381E49 (or 0x381E49) is known color: Jagger. HEX triplet: 38, 1E and 49. RGB value is (56,30,73). Sum of RGB (Red+Green+Blue) = 56+30+73=159 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35.22% from 159); Green value is 30 (12.11% from 255 or 18.87% from 159); Blue value is 73 (28.91% from 255 or 45.91% from 159); Max value from RGB is 73 - color contains mainly: blue. Hex color #381E49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381E49 is #C7E1B6. Grayscale: #2A2A2A. Windows color (decimal): -13099447 or 4791864. OLE color: 4791864.

HSL color Cylindrical-coordinate representation of color #381E49: hue angle of 276.28º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #381E49 is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 56 30 73 -
CMYK 0.23 0.59 0 0.71
HSL 276.28º 0.42% 0.2% -
HSV(B) 276.28º 0.59% 0.29% -
XYZ 3.3 2.25 6.56 -
YUV 42.68 145.11 137.5 -
System Red Green Blue C M Y K H S L
Decimal 56 30 73 0.23 0.59 0 0.71 276.28 0.42 0.2
Hex 38 1E 49 17 3B 0 47 114 2A 14
Octal 70 36 111 27 73 0 107 424 52 24
Binary 111000 11110 1001001 10111 111011 0 1000111 100010100 101010 10100

Color Harmonies of #381E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381E49

Black with #381E49

Text Example


Text Example

White with #381E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381E49; }

 p { color: rgb(56,30,73); }

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

background-color css

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

 a { background-color: rgb(56,30,73); }

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

border-color css

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

 span { border-color: rgb(56,30,73); }

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