Html Css Color HEX #3E274C Jagger

📋 copy color: '#3E274C'

red 62 ◦ green 39 ◦ blue 76

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

Shades of Jagger #3E274C

Tints of Jagger #3E274C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 42.94%

R = 35.03%
G = 22.03%
B = 42.94%

CMYK

 C value IS 0.18

 M value IS 0.49

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3E274C (or 0x3E274C) is known color: Jagger. HEX triplet: 3E, 27 and 4C. RGB value is (62,39,76). Sum of RGB (Red+Green+Blue) = 62+39+76=177 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.03% from 177); Green value is 39 (15.62% from 255 or 22.03% from 177); Blue value is 76 (30.08% from 255 or 42.94% from 177); Max value from RGB is 76 - color contains mainly: blue. Hex color #3E274C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E274C is #C1D8B3. Grayscale: #313131. Windows color (decimal): -12703924 or 4990782. OLE color: 4990782.

HSL color Cylindrical-coordinate representation of color #3E274C: hue angle of 277.3º degrees, saturation: 0.32, 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 #3E274C is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 62 39 76 -
CMYK 0.18 0.49 0 0.70
HSL 277.3º 0.32% 0.23% -
HSV(B) 277.3º 0.49% 0.3% -
XYZ 4.02 3 7.2 -
YUV 50.1 142.62 136.49 -
System Red Green Blue C M Y K H S L
Decimal 62 39 76 0.18 0.49 0 0.70 277.3 0.32 0.23
Hex 3E 27 4C 12 31 0 46 115 20 17
Octal 76 47 114 22 61 0 106 425 40 27
Binary 111110 100111 1001100 10010 110001 0 1000110 100010101 100000 10111

Color Harmonies of #3E274C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E274C

Black with #3E274C

Text Example


Text Example

White with #3E274C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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