Html Css Color HEX #412C4D Jagger

📋 copy color: '#412C4D'

red 65 ◦ green 44 ◦ blue 77

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

Shades of Jagger #412C4D

Tints of Jagger #412C4D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 23.66%

 BLUE value IS 77 (30.47% from 255) = 41.4%

R = 34.95%
G = 23.66%
B = 41.4%

CMYK

 C value IS 0.16

 M value IS 0.43

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#412C4D (or 0x412C4D) is known color: Jagger. HEX triplet: 41, 2C and 4D. RGB value is (65,44,77). Sum of RGB (Red+Green+Blue) = 65+44+77=186 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.95% from 186); Green value is 44 (17.58% from 255 or 23.66% from 186); Blue value is 77 (30.47% from 255 or 41.40% from 186); Max value from RGB is 77 - color contains mainly: blue. Hex color #412C4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412C4D is #BED3B2. Grayscale: #353535. Windows color (decimal): -12506035 or 5057601. OLE color: 5057601.

HSL color Cylindrical-coordinate representation of color #412C4D: hue angle of 278.18º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #412C4D is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 65 44 77 -
CMYK 0.16 0.43 0 0.70
HSL 278.18º 0.27% 0.24% -
HSV(B) 278.18º 0.43% 0.3% -
XYZ 4.42 3.46 7.46 -
YUV 54.04 140.96 135.82 -
System Red Green Blue C M Y K H S L
Decimal 65 44 77 0.16 0.43 0 0.70 278.18 0.27 0.24
Hex 41 2C 4D 10 2B 0 46 116 1B 18
Octal 101 54 115 20 53 0 106 426 33 30
Binary 1000001 101100 1001101 10000 101011 0 1000110 100010110 11011 11000

Color Harmonies of #412C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412C4D

Black with #412C4D

Text Example


Text Example

White with #412C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,44,77); }

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

background-color css

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

 a { background-color: rgb(65,44,77); }

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

border-color css

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

 span { border-color: rgb(65,44,77); }

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