#3E2553

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

Shades of Jagger #3E2553

Tints of Jagger #3E2553

Color information

#3E2553 (or 0x3E2553) is unknown color: approx Jagger. HEX triplet: 3E, 25 and 53. RGB value is (62,37,83). Sum of RGB (Red+Green+Blue) = 62+37+83=182 (24% of max value = 765). Red value is 62 (24.61% from 255 or 34.07% from 182); Green value is 37 (14.84% from 255 or 20.33% from 182); Blue value is 83 (32.81% from 255 or 45.60% from 182); Max value from RGB is 83 - color contains mainly: blue. Hex color #3E2553 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2553 is #C1DAAC. Grayscale: #313131. Windows color (decimal): -12704429 or 5449022. OLE color: 5449022.

HSL color Cylindrical-coordinate representation of color #3E2553: hue angle of 272.61º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3E2553 is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB623783-
CMYK0.250.5500.67
HSL272.61º38.33%23.53%-
HSV(B)272.61º55.42%32.55%-
XYZ4.212.978.54-
YUV49.72146.78136.76-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 34.07%
GREEN value IS 37 (14.84% from 255) = 20.33%
BLUE value IS 83 (32.81% from 255) = 45.60%
R=34.07%
G=20.33%
B=45.60%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6237830.250.5500.67272.6138.3323.53
Hex3E255319370431112618
Octal7645123316701034214630
Binary1111101001011010011110011101110100001110001000110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,37,83); }

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

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

 a { background-color: rgb(62,37,83); }

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

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

 span { border-color: rgb(62,37,83); }

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