Html Css Color HEX #412D56 Jagger

📋 copy color: '#412D56'

red 65 ◦ green 45 ◦ blue 86

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

Shades of Jagger #412D56

Tints of Jagger #412D56

RGB

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

 GREEN value IS 45 (17.97% from 255) = 22.96%

 BLUE value IS 86 (33.98% from 255) = 43.88%

R = 33.16%
G = 22.96%
B = 43.88%

CMYK

 C value IS 0.24

 M value IS 0.48

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#412D56 (or 0x412D56) is known color: Jagger. HEX triplet: 41, 2D and 56. RGB value is (65,45,86). Sum of RGB (Red+Green+Blue) = 65+45+86=196 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.16% from 196); Green value is 45 (17.97% from 255 or 22.96% from 196); Blue value is 86 (33.98% from 255 or 43.88% from 196); Max value from RGB is 86 - color contains mainly: blue. Hex color #412D56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412D56 is #BED2A9. Grayscale: #373737. Windows color (decimal): -12505770 or 5647681. OLE color: 5647681.

HSL color Cylindrical-coordinate representation of color #412D56: hue angle of 269.27º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #412D56 is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 65 45 86 -
CMYK 0.24 0.48 0 0.66
HSL 269.27º 0.31% 0.26% -
HSV(B) 269.27º 0.48% 0.34% -
XYZ 4.8 3.67 9.26 -
YUV 55.65 145.13 134.67 -
System Red Green Blue C M Y K H S L
Decimal 65 45 86 0.24 0.48 0 0.66 269.27 0.31 0.26
Hex 41 2D 56 18 30 0 42 10D 1F 1A
Octal 101 55 126 30 60 0 102 415 37 32
Binary 1000001 101101 1010110 11000 110000 0 1000010 100001101 11111 11010

Color Harmonies of #412D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412D56

Black with #412D56

Text Example


Text Example

White with #412D56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,45,86); }

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

background-color css

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

 a { background-color: rgb(65,45,86); }

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

border-color css

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

 span { border-color: rgb(65,45,86); }

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