Html Css Color HEX #412C4B Jagger

📋 copy color: '#412C4B'

red 65 ◦ green 44 ◦ blue 75

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

Shades of Jagger #412C4B

Tints of Jagger #412C4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 40.76%

R = 35.33%
G = 23.91%
B = 40.76%

CMYK

 C value IS 0.13

 M value IS 0.41

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#412C4B (or 0x412C4B) is known color: Jagger. HEX triplet: 41, 2C and 4B. RGB value is (65,44,75). Sum of RGB (Red+Green+Blue) = 65+44+75=184 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.33% from 184); Green value is 44 (17.58% from 255 or 23.91% from 184); Blue value is 75 (29.69% from 255 or 40.76% from 184); Max value from RGB is 75 - color contains mainly: blue. Hex color #412C4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412C4B is #BED3B4. Grayscale: #353535. Windows color (decimal): -12506037 or 4926529. OLE color: 4926529.

HSL color Cylindrical-coordinate representation of color #412C4B: hue angle of 280.65º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #412C4B is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 65 44 75 -
CMYK 0.13 0.41 0 0.71
HSL 280.65º 0.26% 0.23% -
HSV(B) 280.65º 0.41% 0.29% -
XYZ 4.35 3.43 7.09 -
YUV 53.81 139.96 135.98 -
System Red Green Blue C M Y K H S L
Decimal 65 44 75 0.13 0.41 0 0.71 280.65 0.26 0.23
Hex 41 2C 4B D 29 0 47 119 1A 17
Octal 101 54 113 15 51 0 107 431 32 27
Binary 1000001 101100 1001011 1101 101001 0 1000111 100011001 11010 10111

Color Harmonies of #412C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412C4B

Black with #412C4B

Text Example


Text Example

White with #412C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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