Html Css Color HEX #3E2948 Jagger

📋 copy color: '#3E2948'

red 62 ◦ green 41 ◦ blue 72

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

Shades of Jagger #3E2948

Tints of Jagger #3E2948

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.43%

 BLUE value IS 72 (28.52% from 255) = 41.14%

R = 35.43%
G = 23.43%
B = 41.14%

CMYK

 C value IS 0.14

 M value IS 0.43

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#3E2948 (or 0x3E2948) is known color: Jagger. HEX triplet: 3E, 29 and 48. RGB value is (62,41,72). Sum of RGB (Red+Green+Blue) = 62+41+72=175 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.43% from 175); Green value is 41 (16.41% from 255 or 23.43% from 175); Blue value is 72 (28.52% from 255 or 41.14% from 175); Max value from RGB is 72 - color contains mainly: blue. Hex color #3E2948 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2948 is #C1D6B7. Grayscale: #323232. Windows color (decimal): -12703416 or 4729150. OLE color: 4729150.

HSL color Cylindrical-coordinate representation of color #3E2948: hue angle of 280.65º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3E2948 is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 62 41 72 -
CMYK 0.14 0.43 0 0.72
HSL 280.65º 0.27% 0.22% -
HSV(B) 280.65º 0.43% 0.28% -
XYZ 3.95 3.08 6.52 -
YUV 50.81 139.96 135.98 -
System Red Green Blue C M Y K H S L
Decimal 62 41 72 0.14 0.43 0 0.72 280.65 0.27 0.22
Hex 3E 29 48 E 2B 0 48 119 1B 16
Octal 76 51 110 16 53 0 110 431 33 26
Binary 111110 101001 1001000 1110 101011 0 1001000 100011001 11011 10110

Color Harmonies of #3E2948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2948

Black with #3E2948

Text Example


Text Example

White with #3E2948

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,41,72); }

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

background-color css

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

 a { background-color: rgb(62,41,72); }

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

border-color css

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

 span { border-color: rgb(62,41,72); }

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