Html Css Color HEX #412E48 Jagger

📋 copy color: '#412E48'

red 65 ◦ green 46 ◦ blue 72

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

Shades of Jagger #412E48

Tints of Jagger #412E48

RGB

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

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

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

R = 35.52%
G = 25.14%
B = 39.34%

CMYK

 C value IS 0.10

 M value IS 0.36

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#412E48 (or 0x412E48) is known color: Jagger. HEX triplet: 41, 2E and 48. RGB value is (65,46,72). Sum of RGB (Red+Green+Blue) = 65+46+72=183 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.52% from 183); Green value is 46 (18.36% from 255 or 25.14% from 183); Blue value is 72 (28.52% from 255 or 39.34% from 183); Max value from RGB is 72 - color contains mainly: blue. Hex color #412E48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412E48 is #BED1B7. Grayscale: #363636. Windows color (decimal): -12505528 or 4730433. OLE color: 4730433.

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

Color convert

RGB 65 46 72 -
CMYK 0.10 0.36 0 0.72
HSL 283.85º 0.22% 0.23% -
HSV(B) 283.85º 0.36% 0.28% -
XYZ 4.33 3.55 6.59 -
YUV 54.65 137.79 135.39 -
System Red Green Blue C M Y K H S L
Decimal 65 46 72 0.10 0.36 0 0.72 283.85 0.22 0.23
Hex 41 2E 48 A 24 0 48 11C 16 17
Octal 101 56 110 12 44 0 110 434 26 27
Binary 1000001 101110 1001000 1010 100100 0 1001000 100011100 10110 10111

Color Harmonies of #412E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412E48

Black with #412E48

Text Example


Text Example

White with #412E48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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