Html Css Color HEX #412A50 Jagger

📋 copy color: '#412A50'

red 65 ◦ green 42 ◦ blue 80

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

Shades of Jagger #412A50

Tints of Jagger #412A50

RGB

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

 GREEN value IS 42 (16.8% from 255) = 22.46%

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

R = 34.76%
G = 22.46%
B = 42.78%

CMYK

 C value IS 0.19

 M value IS 0.48

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#412A50 (or 0x412A50) is known color: Jagger. HEX triplet: 41, 2A and 50. RGB value is (65,42,80). Sum of RGB (Red+Green+Blue) = 65+42+80=187 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.76% from 187); Green value is 42 (16.80% from 255 or 22.46% from 187); Blue value is 80 (31.64% from 255 or 42.78% from 187); Max value from RGB is 80 - color contains mainly: blue. Hex color #412A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412A50 is #BED5AF. Grayscale: #353535. Windows color (decimal): -12506544 or 5253697. OLE color: 5253697.

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

Color convert

RGB 65 42 80 -
CMYK 0.19 0.48 0 0.69
HSL 276.32º 0.31% 0.24% -
HSV(B) 276.32º 0.48% 0.31% -
XYZ 4.46 3.36 8 -
YUV 53.21 143.12 136.41 -
System Red Green Blue C M Y K H S L
Decimal 65 42 80 0.19 0.48 0 0.69 276.32 0.31 0.24
Hex 41 2A 50 13 30 0 45 114 1F 18
Octal 101 52 120 23 60 0 105 424 37 30
Binary 1000001 101010 1010000 10011 110000 0 1000101 100010100 11111 11000

Color Harmonies of #412A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412A50

Black with #412A50

Text Example


Text Example

White with #412A50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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