#3E204B

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

Shades of Jagger #3E204B

Tints of Jagger #3E204B

Color information

#3E204B (or 0x3E204B) is unknown color: approx Jagger. HEX triplet: 3E, 20 and 4B. RGB value is (62,32,75). Sum of RGB (Red+Green+Blue) = 62+32+75=169 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.69% from 169); Green value is 32 (12.89% from 255 or 18.93% from 169); Blue value is 75 (29.69% from 255 or 44.38% from 169); Max value from RGB is 75 - color contains mainly: blue. Hex color #3E204B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E204B is #C1DFB4. Grayscale: #2D2D2D. Windows color (decimal): -12705717 or 4923454. OLE color: 4923454.

HSL color Cylindrical-coordinate representation of color #3E204B: hue angle of 281.86º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3E204B is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB623275-
CMYK0.170.5700.71
HSL281.86º40.19%20.98%-
HSV(B)281.86º57.33%29.41%-
XYZ3.772.576.95-
YUV45.87144.44139.5-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 36.69%
GREEN value IS 32 (12.89% from 255) = 18.93%
BLUE value IS 75 (29.69% from 255) = 44.38%
R=36.69%
G=18.93%
B=44.38%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6232750.170.5700.71281.8640.1920.98
Hex3E204B113904711a2815
Octal7640113217101074325025
Binary1111101000001001011100011110010100011110001101010100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E204B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E204B; }

 p { color: rgb(62,32,75); }

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

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

 a { background-color: rgb(62,32,75); }

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

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

 span { border-color: rgb(62,32,75); }

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