#382047

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

Shades of Jagger #382047

Tints of Jagger #382047

Color information

#382047 (or 0x382047) is unknown color: approx Jagger. HEX triplet: 38, 20 and 47. RGB value is (56,32,71). Sum of RGB (Red+Green+Blue) = 56+32+71=159 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35.22% from 159); Green value is 32 (12.89% from 255 or 20.13% from 159); Blue value is 71 (28.12% from 255 or 44.65% from 159); Max value from RGB is 71 - color contains mainly: blue. Hex color #382047 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382047 is #C7DFB8. Grayscale: #2B2B2B. Windows color (decimal): -13098937 or 4661304. OLE color: 4661304.

HSL color Cylindrical-coordinate representation of color #382047: hue angle of 276.92º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #382047 is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB563271-
CMYK0.210.5500.72
HSL276.92º37.86%20.2%-
HSV(B)276.92º54.93%27.84%-
XYZ3.282.336.24-
YUV43.62143.45136.83-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35.22%
GREEN value IS 32 (12.89% from 255) = 20.13%
BLUE value IS 71 (28.12% from 255) = 44.65%
R=35.22%
G=20.13%
B=44.65%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5632710.210.5500.72276.9237.8620.2
Hex38204715370481152614
Octal7040107256701104254624
Binary1110001000001000111101011101110100100010001010110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382047; }

 p { color: rgb(56,32,71); }

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

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

 a { background-color: rgb(56,32,71); }

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

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

 span { border-color: rgb(56,32,71); }

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