Html Css Color HEX #381F4A Jagger

📋 copy color: '#381F4A'

red 56 ◦ green 31 ◦ blue 74

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

Shades of Jagger #381F4A

Tints of Jagger #381F4A

RGB

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

 GREEN value IS 31 (12.5% from 255) = 19.25%

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

R = 34.78%
G = 19.25%
B = 45.96%

CMYK

 C value IS 0.24

 M value IS 0.58

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#381F4A (or 0x381F4A) is known color: Jagger. HEX triplet: 38, 1F and 4A. RGB value is (56,31,74). Sum of RGB (Red+Green+Blue) = 56+31+74=161 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.78% from 161); Green value is 31 (12.5% from 255 or 19.25% from 161); Blue value is 74 (29.30% from 255 or 45.96% from 161); Max value from RGB is 74 - color contains mainly: blue. Hex color #381F4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381F4A is #C7E0B5. Grayscale: #2B2B2B. Windows color (decimal): -13099190 or 4857656. OLE color: 4857656.

HSL color Cylindrical-coordinate representation of color #381F4A: hue angle of 274.88º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #381F4A is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 56 31 74 -
CMYK 0.24 0.58 0 0.71
HSL 274.88º 0.41% 0.21% -
HSV(B) 274.88º 0.58% 0.29% -
XYZ 3.36 2.32 6.75 -
YUV 43.38 145.28 137 -
System Red Green Blue C M Y K H S L
Decimal 56 31 74 0.24 0.58 0 0.71 274.88 0.41 0.21
Hex 38 1F 4A 18 3A 0 47 113 29 15
Octal 70 37 112 30 72 0 107 423 51 25
Binary 111000 11111 1001010 11000 111010 0 1000111 100010011 101001 10101

Color Harmonies of #381F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381F4A

Black with #381F4A

Text Example


Text Example

White with #381F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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