Html Css Color HEX #3E274D Jagger

📋 copy color: '#3E274D'

red 62 ◦ green 39 ◦ blue 77

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

Shades of Jagger #3E274D

Tints of Jagger #3E274D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 21.91%

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

R = 34.83%
G = 21.91%
B = 43.26%

CMYK

 C value IS 0.19

 M value IS 0.49

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3E274D (or 0x3E274D) is known color: Jagger. HEX triplet: 3E, 27 and 4D. RGB value is (62,39,77). Sum of RGB (Red+Green+Blue) = 62+39+77=178 (23% of max value = 765). Red value is 62 (24.61% from 255 or 34.83% from 178); Green value is 39 (15.62% from 255 or 21.91% from 178); Blue value is 77 (30.47% from 255 or 43.26% from 178); Max value from RGB is 77 - color contains mainly: blue. Hex color #3E274D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E274D is #C1D8B2. Grayscale: #323232. Windows color (decimal): -12703923 or 5056318. OLE color: 5056318.

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

Color convert

RGB 62 39 77 -
CMYK 0.19 0.49 0 0.70
HSL 276.32º 0.33% 0.23% -
HSV(B) 276.32º 0.49% 0.3% -
XYZ 4.05 3.01 7.39 -
YUV 50.21 143.12 136.41 -
System Red Green Blue C M Y K H S L
Decimal 62 39 77 0.19 0.49 0 0.70 276.32 0.33 0.23
Hex 3E 27 4D 13 31 0 46 114 21 17
Octal 76 47 115 23 61 0 106 424 41 27
Binary 111110 100111 1001101 10011 110001 0 1000110 100010100 100001 10111

Color Harmonies of #3E274D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E274D

Black with #3E274D

Text Example


Text Example

White with #3E274D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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