Html Css Color HEX #412849 Jagger

📋 copy color: '#412849'

red 65 ◦ green 40 ◦ blue 73

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

Shades of Jagger #412849

Tints of Jagger #412849

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.47%

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

R = 36.52%
G = 22.47%
B = 41.01%

CMYK

 C value IS 0.11

 M value IS 0.45

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#412849 (or 0x412849) is known color: Jagger. HEX triplet: 41, 28 and 49. RGB value is (65,40,73). Sum of RGB (Red+Green+Blue) = 65+40+73=178 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.52% from 178); Green value is 40 (16.02% from 255 or 22.47% from 178); Blue value is 73 (28.91% from 255 or 41.01% from 178); Max value from RGB is 73 - color contains mainly: blue. Hex color #412849 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412849 is #BED7B6. Grayscale: #333333. Windows color (decimal): -12507063 or 4794433. OLE color: 4794433.

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

Color convert

RGB 65 40 73 -
CMYK 0.11 0.45 0 0.71
HSL 285.45º 0.29% 0.22% -
HSV(B) 285.45º 0.45% 0.29% -
XYZ 4.14 3.12 6.69 -
YUV 51.24 140.28 137.82 -
System Red Green Blue C M Y K H S L
Decimal 65 40 73 0.11 0.45 0 0.71 285.45 0.29 0.22
Hex 41 28 49 B 2D 0 47 11D 1D 16
Octal 101 50 111 13 55 0 107 435 35 26
Binary 1000001 101000 1001001 1011 101101 0 1000111 100011101 11101 10110

Color Harmonies of #412849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412849

Black with #412849

Text Example


Text Example

White with #412849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412849; }

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

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

background-color css

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

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

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

border-color css

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

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

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