Html Css Color HEX #381E4A Jagger

📋 copy color: '#381E4A'

red 56 ◦ green 30 ◦ blue 74

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

Shades of Jagger #381E4A

Tints of Jagger #381E4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 46.25%

R = 35%
G = 18.75%
B = 46.25%

CMYK

 C value IS 0.24

 M value IS 0.59

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#381E4A (or 0x381E4A) is known color: Jagger. HEX triplet: 38, 1E and 4A. RGB value is (56,30,74). Sum of RGB (Red+Green+Blue) = 56+30+74=160 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35% from 160); Green value is 30 (12.11% from 255 or 18.75% from 160); Blue value is 74 (29.30% from 255 or 46.25% from 160); Max value from RGB is 74 - color contains mainly: blue. Hex color #381E4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381E4A is #C7E1B5. Grayscale: #2A2A2A. Windows color (decimal): -13099446 or 4857400. OLE color: 4857400.

HSL color Cylindrical-coordinate representation of color #381E4A: hue angle of 275.45º 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 #381E4A is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 56 30 74 -
CMYK 0.24 0.59 0 0.71
HSL 275.45º 0.42% 0.2% -
HSV(B) 275.45º 0.59% 0.29% -
XYZ 3.33 2.26 6.74 -
YUV 42.79 145.61 137.42 -
System Red Green Blue C M Y K H S L
Decimal 56 30 74 0.24 0.59 0 0.71 275.45 0.42 0.2
Hex 38 1E 4A 18 3B 0 47 113 2A 14
Octal 70 36 112 30 73 0 107 423 52 24
Binary 111000 11110 1001010 11000 111011 0 1000111 100010011 101010 10100

Color Harmonies of #381E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381E4A

Black with #381E4A

Text Example


Text Example

White with #381E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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