#3E214B

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

Shades of Jagger #3E214B

Tints of Jagger #3E214B

Color information

#3E214B (or 0x3E214B) is unknown color: approx Jagger. HEX triplet: 3E, 21 and 4B. RGB value is (62,33,75). Sum of RGB (Red+Green+Blue) = 62+33+75=170 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.47% from 170); Green value is 33 (13.28% from 255 or 19.41% from 170); Blue value is 75 (29.69% from 255 or 44.12% from 170); Max value from RGB is 75 - color contains mainly: blue. Hex color #3E214B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E214B is #C1DEB4. Grayscale: #2E2E2E. Windows color (decimal): -12705461 or 4923710. OLE color: 4923710.

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

Color convert

RGB623375-
CMYK0.170.5600.71
HSL281.43º38.89%21.18%-
HSV(B)281.43º56%29.41%-
XYZ3.82.626.96-
YUV46.46144.11139.08-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 36.47%
GREEN value IS 33 (13.28% from 255) = 19.41%
BLUE value IS 75 (29.69% from 255) = 44.12%
R=36.47%
G=19.41%
B=44.12%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6233750.170.5600.71281.4338.8921.18
Hex3E214B11380471192715
Octal7641113217001074314725
Binary1111101000011001011100011110000100011110001100110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E214B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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