Html Css Color HEX #412949 Jagger

📋 copy color: '#412949'

red 65 ◦ green 41 ◦ blue 73

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

Shades of Jagger #412949

Tints of Jagger #412949

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 40.78%

R = 36.31%
G = 22.91%
B = 40.78%

CMYK

 C value IS 0.11

 M value IS 0.44

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#412949 (or 0x412949) is known color: Jagger. HEX triplet: 41, 29 and 49. RGB value is (65,41,73). Sum of RGB (Red+Green+Blue) = 65+41+73=179 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.31% from 179); Green value is 41 (16.41% from 255 or 22.91% from 179); Blue value is 73 (28.91% from 255 or 40.78% from 179); Max value from RGB is 73 - color contains mainly: blue. Hex color #412949 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412949 is #BED6B6. Grayscale: #333333. Windows color (decimal): -12506807 or 4794689. OLE color: 4794689.

HSL color Cylindrical-coordinate representation of color #412949: hue angle of 285º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #412949 is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 65 41 73 -
CMYK 0.11 0.44 0 0.71
HSL 285º 0.28% 0.22% -
HSV(B) 285º 0.44% 0.29% -
XYZ 4.18 3.19 6.7 -
YUV 51.82 139.95 137.4 -
System Red Green Blue C M Y K H S L
Decimal 65 41 73 0.11 0.44 0 0.71 285 0.28 0.22
Hex 41 29 49 B 2C 0 47 11D 1C 16
Octal 101 51 111 13 54 0 107 435 34 26
Binary 1000001 101001 1001001 1011 101100 0 1000111 100011101 11100 10110

Color Harmonies of #412949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412949

Black with #412949

Text Example


Text Example

White with #412949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412949; }

 p { color: rgb(65,41,73); }

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

background-color css

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

 a { background-color: rgb(65,41,73); }

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

border-color css

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

 span { border-color: rgb(65,41,73); }

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