Html Css Color HEX #412550 Jagger

📋 copy color: '#412550'

red 65 ◦ green 37 ◦ blue 80

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

Shades of Jagger #412550

Tints of Jagger #412550

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20.33%

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

R = 35.71%
G = 20.33%
B = 43.96%

CMYK

 C value IS 0.19

 M value IS 0.54

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#412550 (or 0x412550) is known color: Jagger. HEX triplet: 41, 25 and 50. RGB value is (65,37,80). Sum of RGB (Red+Green+Blue) = 65+37+80=182 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.71% from 182); Green value is 37 (14.84% from 255 or 20.33% from 182); Blue value is 80 (31.64% from 255 or 43.96% from 182); Max value from RGB is 80 - color contains mainly: blue. Hex color #412550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412550 is #BEDAAF. Grayscale: #323232. Windows color (decimal): -12507824 or 5252417. OLE color: 5252417.

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

Color convert

RGB 65 37 80 -
CMYK 0.19 0.54 0 0.69
HSL 279.07º 0.37% 0.23% -
HSV(B) 279.07º 0.54% 0.31% -
XYZ 4.29 3.03 7.95 -
YUV 50.27 144.78 138.5 -
System Red Green Blue C M Y K H S L
Decimal 65 37 80 0.19 0.54 0 0.69 279.07 0.37 0.23
Hex 41 25 50 13 36 0 45 117 25 17
Octal 101 45 120 23 66 0 105 427 45 27
Binary 1000001 100101 1010000 10011 110110 0 1000101 100010111 100101 10111

Color Harmonies of #412550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412550

Black with #412550

Text Example


Text Example

White with #412550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412550; }

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

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

background-color css

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

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

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

border-color css

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

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

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