Html Css Color HEX #3E2E52 Jagger

📋 copy color: '#3E2E52'

red 62 ◦ green 46 ◦ blue 82

#3E2E52
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jagger #3E2E52

Tints of Jagger #3E2E52

RGB

 RED value IS 62 (24.61% from 255) = 32.63%

 GREEN value IS 46 (18.36% from 255) = 24.21%

 BLUE value IS 82 (32.42% from 255) = 43.16%

R = 32.63%
G = 24.21%
B = 43.16%

CMYK

 C value IS 0.24

 M value IS 0.44

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#3E2E52 (or 0x3E2E52) is known color: Jagger. HEX triplet: 3E, 2E and 52. RGB value is (62,46,82). Sum of RGB (Red+Green+Blue) = 62+46+82=190 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.63% from 190); Green value is 46 (18.36% from 255 or 24.21% from 190); Blue value is 82 (32.42% from 255 or 43.16% from 190); Max value from RGB is 82 - color contains mainly: blue. Hex color #3E2E52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2E52 is #C1D1AD. Grayscale: #363636. Windows color (decimal): -12702126 or 5385790. OLE color: 5385790.

HSL color Cylindrical-coordinate representation of color #3E2E52: hue angle of 266.67º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3E2E52 is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 62 46 82 -
CMYK 0.24 0.44 0 0.68
HSL 266.67º 0.28% 0.25% -
HSV(B) 266.67º 0.44% 0.32% -
XYZ 4.49 3.59 8.44 -
YUV 54.89 143.3 133.07 -
System Red Green Blue C M Y K H S L
Decimal 62 46 82 0.24 0.44 0 0.68 266.67 0.28 0.25
Hex 3E 2E 52 18 2C 0 44 10B 1C 19
Octal 76 56 122 30 54 0 104 413 34 31
Binary 111110 101110 1010010 11000 101100 0 1000100 100001011 11100 11001

Color Harmonies of #3E2E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2E52

Black with #3E2E52

Text Example


Text Example

White with #3E2E52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,46,82); }

 H1.HeaderClassName
 {
   color: #3E2E52;
 }
 .AnyTagClassName
 {
   color: #3E2E52;
 }
</style>

background-color css

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

 a { background-color: rgb(62,46,82); }

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

border-color css

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

 span { border-color: rgb(62,46,82); }

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