Html Css Color HEX #3E214D Jagger

📋 copy color: '#3E214D'

red 62 ◦ green 33 ◦ blue 77

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

Shades of Jagger #3E214D

Tints of Jagger #3E214D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 19.19%

 BLUE value IS 77 (30.47% from 255) = 44.77%

R = 36.05%
G = 19.19%
B = 44.77%

CMYK

 C value IS 0.19

 M value IS 0.57

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3E214D (or 0x3E214D) is known color: Jagger. HEX triplet: 3E, 21 and 4D. RGB value is (62,33,77). Sum of RGB (Red+Green+Blue) = 62+33+77=172 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.05% from 172); Green value is 33 (13.28% from 255 or 19.19% from 172); Blue value is 77 (30.47% from 255 or 44.77% from 172); Max value from RGB is 77 - color contains mainly: blue. Hex color #3E214D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E214D is #C1DEB2. Grayscale: #2E2E2E. Windows color (decimal): -12705459 or 5054782. OLE color: 5054782.

HSL color Cylindrical-coordinate representation of color #3E214D: hue angle of 279.55º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3E214D is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 62 33 77 -
CMYK 0.19 0.57 0 0.70
HSL 279.55º 0.4% 0.22% -
HSV(B) 279.55º 0.57% 0.3% -
XYZ 3.87 2.65 7.33 -
YUV 46.69 145.11 138.92 -
System Red Green Blue C M Y K H S L
Decimal 62 33 77 0.19 0.57 0 0.70 279.55 0.4 0.22
Hex 3E 21 4D 13 39 0 46 118 28 16
Octal 76 41 115 23 71 0 106 430 50 26
Binary 111110 100001 1001101 10011 111001 0 1000110 100011000 101000 10110

Color Harmonies of #3E214D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E214D

Black with #3E214D

Text Example


Text Example

White with #3E214D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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