Html Css Color HEX #412959 Jagger

📋 copy color: '#412959'

red 65 ◦ green 41 ◦ blue 89

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

Shades of Jagger #412959

Tints of Jagger #412959

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.03%

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

R = 33.33%
G = 21.03%
B = 45.64%

CMYK

 C value IS 0.27

 M value IS 0.54

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#412959 (or 0x412959) is known color: Jagger. HEX triplet: 41, 29 and 59. RGB value is (65,41,89). Sum of RGB (Red+Green+Blue) = 65+41+89=195 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.33% from 195); Green value is 41 (16.41% from 255 or 21.03% from 195); Blue value is 89 (35.16% from 255 or 45.64% from 195); Max value from RGB is 89 - color contains mainly: blue. Hex color #412959 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412959 is #BED6A6. Grayscale: #353535. Windows color (decimal): -12506791 or 5843265. OLE color: 5843265.

HSL color Cylindrical-coordinate representation of color #412959: hue angle of 270º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #412959 is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 65 41 89 -
CMYK 0.27 0.54 0 0.65
HSL 270º 0.37% 0.25% -
HSV(B) 270º 0.54% 0.35% -
XYZ 4.78 3.43 9.86 -
YUV 53.65 147.95 136.1 -
System Red Green Blue C M Y K H S L
Decimal 65 41 89 0.27 0.54 0 0.65 270 0.37 0.25
Hex 41 29 59 1B 36 0 41 10E 25 19
Octal 101 51 131 33 66 0 101 416 45 31
Binary 1000001 101001 1011001 11011 110110 0 1000001 100001110 100101 11001

Color Harmonies of #412959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412959

Black with #412959

Text Example


Text Example

White with #412959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412959; }

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

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

background-color css

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

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

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

border-color css

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

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

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