#38204E

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

Shades of Jagger #38204E

Tints of Jagger #38204E

Color information

#38204E (or 0x38204E) is unknown color: approx Jagger. HEX triplet: 38, 20 and 4E. RGB value is (56,32,78). Sum of RGB (Red+Green+Blue) = 56+32+78=166 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.73% from 166); Green value is 32 (12.89% from 255 or 19.28% from 166); Blue value is 78 (30.86% from 255 or 46.99% from 166); Max value from RGB is 78 - color contains mainly: blue. Hex color #38204E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38204E is #C7DFB1. Grayscale: #2C2C2C. Windows color (decimal): -13098930 or 5120056. OLE color: 5120056.

HSL color Cylindrical-coordinate representation of color #38204E: hue angle of 271.3º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #38204E is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB563278-
CMYK0.280.5900.69
HSL271.3º41.82%21.57%-
HSV(B)271.3º58.97%30.59%-
XYZ3.522.427.49-
YUV44.42146.95136.26-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.73%
GREEN value IS 32 (12.89% from 255) = 19.28%
BLUE value IS 78 (30.86% from 255) = 46.99%
R=33.73%
G=19.28%
B=46.99%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5632780.280.5900.69271.341.8221.57
Hex38204E1C3B04510f2a16
Octal7040116347301054175226
Binary1110001000001001110111001110110100010110000111110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38204E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38204E; }

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

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

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

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

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

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

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

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