Html Css Color HEX #412E47 Jagger

📋 copy color: '#412E47'

red 65 ◦ green 46 ◦ blue 71

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

Shades of Jagger #412E47

Tints of Jagger #412E47

RGB

 RED value IS 65 (25.78% from 255) = 35.71%

 GREEN value IS 46 (18.36% from 255) = 25.27%

 BLUE value IS 71 (28.13% from 255) = 39.01%

R = 35.71%
G = 25.27%
B = 39.01%

CMYK

 C value IS 0.08

 M value IS 0.35

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#412E47 (or 0x412E47) is known color: Jagger. HEX triplet: 41, 2E and 47. RGB value is (65,46,71). Sum of RGB (Red+Green+Blue) = 65+46+71=182 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.71% from 182); Green value is 46 (18.36% from 255 or 25.27% from 182); Blue value is 71 (28.12% from 255 or 39.01% from 182); Max value from RGB is 71 - color contains mainly: blue. Hex color #412E47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412E47 is #BED1B8. Grayscale: #363636. Windows color (decimal): -12505529 or 4664897. OLE color: 4664897.

HSL color Cylindrical-coordinate representation of color #412E47: hue angle of 285.6º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #412E47 is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 65 46 71 -
CMYK 0.08 0.35 0 0.72
HSL 285.6º 0.21% 0.23% -
HSV(B) 285.6º 0.35% 0.28% -
XYZ 4.29 3.53 6.42 -
YUV 54.53 137.29 135.47 -
System Red Green Blue C M Y K H S L
Decimal 65 46 71 0.08 0.35 0 0.72 285.6 0.21 0.23
Hex 41 2E 47 8 23 0 48 11E 15 17
Octal 101 56 107 10 43 0 110 436 25 27
Binary 1000001 101110 1000111 1000 100011 0 1001000 100011110 10101 10111

Color Harmonies of #412E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412E47

Black with #412E47

Text Example


Text Example

White with #412E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412E47; }

 p { color: rgb(65,46,71); }

 H1.HeaderClassName
 {
   color: #412E47;
 }
 .AnyTagClassName
 {
   color: #412E47;
 }
</style>

background-color css

<style>
 a { background-color: #412E47; }

 a { background-color: rgb(65,46,71); }

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

border-color css

<style>
 span { border-color: #412E47; }

 span { border-color: rgb(65,46,71); }

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