Html Css Color HEX #412E59 Jagger

📋 copy color: '#412E59'

red 65 ◦ green 46 ◦ blue 89

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

Shades of Jagger #412E59

Tints of Jagger #412E59

RGB

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

 GREEN value IS 46 (18.36% from 255) = 23%

 BLUE value IS 89 (35.16% from 255) = 44.5%

R = 32.5%
G = 23%
B = 44.5%

CMYK

 C value IS 0.27

 M value IS 0.48

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#412E59 (or 0x412E59) is known color: Jagger. HEX triplet: 41, 2E and 59. RGB value is (65,46,89). Sum of RGB (Red+Green+Blue) = 65+46+89=200 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.5% from 200); Green value is 46 (18.36% from 255 or 23% from 200); Blue value is 89 (35.16% from 255 or 44.5% from 200); Max value from RGB is 89 - color contains mainly: blue. Hex color #412E59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412E59 is #BED1A6. Grayscale: #383838. Windows color (decimal): -12505511 or 5844545. OLE color: 5844545.

HSL color Cylindrical-coordinate representation of color #412E59: hue angle of 266.51º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #412E59 is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 65 46 89 -
CMYK 0.27 0.48 0 0.65
HSL 266.51º 0.32% 0.26% -
HSV(B) 266.51º 0.48% 0.35% -
XYZ 4.96 3.8 9.92 -
YUV 56.58 146.29 134 -
System Red Green Blue C M Y K H S L
Decimal 65 46 89 0.27 0.48 0 0.65 266.51 0.32 0.26
Hex 41 2E 59 1B 30 0 41 10B 20 1A
Octal 101 56 131 33 60 0 101 413 40 32
Binary 1000001 101110 1011001 11011 110000 0 1000001 100001011 100000 11010

Color Harmonies of #412E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412E59

Black with #412E59

Text Example


Text Example

White with #412E59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,46,89); }

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

background-color css

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

 a { background-color: rgb(65,46,89); }

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

border-color css

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

 span { border-color: rgb(65,46,89); }

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