Html Css Color HEX #3E224F Jagger

📋 copy color: '#3E224F'

red 62 ◦ green 34 ◦ blue 79

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

Shades of Jagger #3E224F

Tints of Jagger #3E224F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 19.43%

 BLUE value IS 79 (31.25% from 255) = 45.14%

R = 35.43%
G = 19.43%
B = 45.14%

CMYK

 C value IS 0.22

 M value IS 0.57

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3E224F (or 0x3E224F) is known color: Jagger. HEX triplet: 3E, 22 and 4F. RGB value is (62,34,79). Sum of RGB (Red+Green+Blue) = 62+34+79=175 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.43% from 175); Green value is 34 (13.67% from 255 or 19.43% from 175); Blue value is 79 (31.25% from 255 or 45.14% from 175); Max value from RGB is 79 - color contains mainly: blue. Hex color #3E224F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E224F is #C1DDB0. Grayscale: #2F2F2F. Windows color (decimal): -12705201 or 5186110. OLE color: 5186110.

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

Color convert

RGB 62 34 79 -
CMYK 0.22 0.57 0 0.69
HSL 277.33º 0.4% 0.22% -
HSV(B) 277.33º 0.57% 0.31% -
XYZ 3.97 2.73 7.72 -
YUV 47.5 145.78 138.34 -
System Red Green Blue C M Y K H S L
Decimal 62 34 79 0.22 0.57 0 0.69 277.33 0.4 0.22
Hex 3E 22 4F 16 39 0 45 115 28 16
Octal 76 42 117 26 71 0 105 425 50 26
Binary 111110 100010 1001111 10110 111001 0 1000101 100010101 101000 10110

Color Harmonies of #3E224F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E224F

Black with #3E224F

Text Example


Text Example

White with #3E224F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,34,79); }

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

background-color css

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

 a { background-color: rgb(62,34,79); }

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

border-color css

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

 span { border-color: rgb(62,34,79); }

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