Html Css Color HEX #412B50 Jagger

📋 copy color: '#412B50'

red 65 ◦ green 43 ◦ blue 80

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

Shades of Jagger #412B50

Tints of Jagger #412B50

RGB

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

 GREEN value IS 43 (17.19% from 255) = 22.87%

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

R = 34.57%
G = 22.87%
B = 42.55%

CMYK

 C value IS 0.19

 M value IS 0.46

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#412B50 (or 0x412B50) is known color: Jagger. HEX triplet: 41, 2B and 50. RGB value is (65,43,80). Sum of RGB (Red+Green+Blue) = 65+43+80=188 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.57% from 188); Green value is 43 (17.19% from 255 or 22.87% from 188); Blue value is 80 (31.64% from 255 or 42.55% from 188); Max value from RGB is 80 - color contains mainly: blue. Hex color #412B50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412B50 is #BED4AF. Grayscale: #353535. Windows color (decimal): -12506288 or 5253953. OLE color: 5253953.

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

Color convert

RGB 65 43 80 -
CMYK 0.19 0.46 0 0.69
HSL 275.68º 0.3% 0.24% -
HSV(B) 275.68º 0.46% 0.31% -
XYZ 4.49 3.43 8.01 -
YUV 53.8 142.79 135.99 -
System Red Green Blue C M Y K H S L
Decimal 65 43 80 0.19 0.46 0 0.69 275.68 0.3 0.24
Hex 41 2B 50 13 2E 0 45 114 1E 18
Octal 101 53 120 23 56 0 105 424 36 30
Binary 1000001 101011 1010000 10011 101110 0 1000101 100010100 11110 11000

Color Harmonies of #412B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412B50

Black with #412B50

Text Example


Text Example

White with #412B50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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