Html Css Color HEX #412950 Jagger

📋 copy color: '#412950'

red 65 ◦ green 41 ◦ blue 80

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

Shades of Jagger #412950

Tints of Jagger #412950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 43.01%

R = 34.95%
G = 22.04%
B = 43.01%

CMYK

 C value IS 0.19

 M value IS 0.49

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#412950 (or 0x412950) is known color: Jagger. HEX triplet: 41, 29 and 50. RGB value is (65,41,80). Sum of RGB (Red+Green+Blue) = 65+41+80=186 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.95% from 186); Green value is 41 (16.41% from 255 or 22.04% from 186); Blue value is 80 (31.64% from 255 or 43.01% from 186); Max value from RGB is 80 - color contains mainly: blue. Hex color #412950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412950 is #BED6AF. Grayscale: #343434. Windows color (decimal): -12506800 or 5253441. OLE color: 5253441.

HSL color Cylindrical-coordinate representation of color #412950: hue angle of 276.92º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #412950 is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 65 41 80 -
CMYK 0.19 0.49 0 0.69
HSL 276.92º 0.32% 0.24% -
HSV(B) 276.92º 0.49% 0.31% -
XYZ 4.42 3.29 7.99 -
YUV 52.62 143.45 136.83 -
System Red Green Blue C M Y K H S L
Decimal 65 41 80 0.19 0.49 0 0.69 276.92 0.32 0.24
Hex 41 29 50 13 31 0 45 115 20 18
Octal 101 51 120 23 61 0 105 425 40 30
Binary 1000001 101001 1010000 10011 110001 0 1000101 100010101 100000 11000

Color Harmonies of #412950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412950

Black with #412950

Text Example


Text Example

White with #412950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412950; }

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

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

background-color css

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

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

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

border-color css

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

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

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