#381E4C

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

Shades of Jagger #381E4C

Tints of Jagger #381E4C

Color information

#381E4C (or 0x381E4C) is unknown color: approx Jagger. HEX triplet: 38, 1E and 4C. RGB value is (56,30,76). Sum of RGB (Red+Green+Blue) = 56+30+76=162 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.57% from 162); Green value is 30 (12.11% from 255 or 18.52% from 162); Blue value is 76 (30.08% from 255 or 46.91% from 162); Max value from RGB is 76 - color contains mainly: blue. Hex color #381E4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381E4C is #C7E1B3. Grayscale: #2A2A2A. Windows color (decimal): -13099444 or 4988472. OLE color: 4988472.

HSL color Cylindrical-coordinate representation of color #381E4C: hue angle of 273.91º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #381E4C is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB563076-
CMYK0.260.6100.70
HSL273.91º43.4%20.78%-
HSV(B)273.91º60.53%29.8%-
XYZ3.42.297.1-
YUV43.02146.61137.26-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.57%
GREEN value IS 30 (12.11% from 255) = 18.52%
BLUE value IS 76 (30.08% from 255) = 46.91%
R=34.57%
G=18.52%
B=46.91%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5630760.260.6100.70273.9143.420.78
Hex381E4C1A3D0461122b15
Octal7036114327501064225325
Binary111000111101001100110101111010100011010001001010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #381E4C;
 }
 .AnyTagClassName
 {
   color: #381E4C;
 }
</style>
background-color css

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

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

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

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

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

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