#382550

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

Shades of Jagger #382550

Tints of Jagger #382550

Color information

#382550 (or 0x382550) is unknown color: approx Jagger. HEX triplet: 38, 25 and 50. RGB value is (56,37,80). Sum of RGB (Red+Green+Blue) = 56+37+80=173 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.37% from 173); Green value is 37 (14.84% from 255 or 21.39% from 173); Blue value is 80 (31.64% from 255 or 46.24% from 173); Max value from RGB is 80 - color contains mainly: blue. Hex color #382550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382550 is #C7DAAF. Grayscale: #2F2F2F. Windows color (decimal): -13097648 or 5252408. OLE color: 5252408.

HSL color Cylindrical-coordinate representation of color #382550: hue angle of 266.51º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #382550 is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB563780-
CMYK0.300.5400.69
HSL266.51º36.75%22.94%-
HSV(B)266.51º53.75%31.37%-
XYZ3.742.747.92-
YUV47.58146.29134-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.37%
GREEN value IS 37 (14.84% from 255) = 21.39%
BLUE value IS 80 (31.64% from 255) = 46.24%
R=32.37%
G=21.39%
B=46.24%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5637800.300.5400.69266.5136.7522.94
Hex3825501E3604510b2517
Octal7045120366601054134527
Binary1110001001011010000111101101100100010110000101110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382550; }

 p { color: rgb(56,37,80); }

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

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

 a { background-color: rgb(56,37,80); }

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

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

 span { border-color: rgb(56,37,80); }

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