#381F4A

Color #381F4A Jagger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jagger #381F4A

Tints of Jagger #381F4A

Color information

#381F4A (or 0x381F4A) is unknown color: approx 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

RGB563174-
CMYK0.240.5800.71
HSL274.88º40.95%20.59%-
HSV(B)274.88º58.11%29.02%-
XYZ3.362.326.75-
YUV43.38145.28137-

RGB Variations

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

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.30% from 255) = 45.96%
R=34.78%
G=19.25%
B=45.96%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5631740.240.5800.71274.8840.9520.59
Hex381F4A183A0471132915
Octal7037112307201074235125
Binary111000111111001010110001110100100011110001001110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>