Html Css Color HEX #412D4E Jagger

📋 copy color: '#412D4E'

red 65 ◦ green 45 ◦ blue 78

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

Shades of Jagger #412D4E

Tints of Jagger #412D4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 41.49%

R = 34.57%
G = 23.94%
B = 41.49%

CMYK

 C value IS 0.17

 M value IS 0.42

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#412D4E (or 0x412D4E) is known color: Jagger. HEX triplet: 41, 2D and 4E. RGB value is (65,45,78). Sum of RGB (Red+Green+Blue) = 65+45+78=188 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.57% from 188); Green value is 45 (17.97% from 255 or 23.94% from 188); Blue value is 78 (30.86% from 255 or 41.49% from 188); Max value from RGB is 78 - color contains mainly: blue. Hex color #412D4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412D4E is #BED2B1. Grayscale: #363636. Windows color (decimal): -12505778 or 5123393. OLE color: 5123393.

HSL color Cylindrical-coordinate representation of color #412D4E: hue angle of 276.36º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #412D4E is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 65 45 78 -
CMYK 0.17 0.42 0 0.69
HSL 276.36º 0.27% 0.24% -
HSV(B) 276.36º 0.42% 0.31% -
XYZ 4.49 3.55 7.66 -
YUV 54.74 141.13 135.32 -
System Red Green Blue C M Y K H S L
Decimal 65 45 78 0.17 0.42 0 0.69 276.36 0.27 0.24
Hex 41 2D 4E 11 2A 0 45 114 1B 18
Octal 101 55 116 21 52 0 105 424 33 30
Binary 1000001 101101 1001110 10001 101010 0 1000101 100010100 11011 11000

Color Harmonies of #412D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412D4E

Black with #412D4E

Text Example


Text Example

White with #412D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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