Html Css Color HEX #412350 Jagger

📋 copy color: '#412350'

red 65 ◦ green 35 ◦ blue 80

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

Shades of Jagger #412350

Tints of Jagger #412350

RGB

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

 GREEN value IS 35 (14.06% from 255) = 19.44%

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

R = 36.11%
G = 19.44%
B = 44.44%

CMYK

 C value IS 0.19

 M value IS 0.56

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#412350 (or 0x412350) is known color: Jagger. HEX triplet: 41, 23 and 50. RGB value is (65,35,80). Sum of RGB (Red+Green+Blue) = 65+35+80=180 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.11% from 180); Green value is 35 (14.06% from 255 or 19.44% from 180); Blue value is 80 (31.64% from 255 or 44.44% from 180); Max value from RGB is 80 - color contains mainly: blue. Hex color #412350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412350 is #BEDCAF. Grayscale: #303030. Windows color (decimal): -12508336 or 5251905. OLE color: 5251905.

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

Color convert

RGB 65 35 80 -
CMYK 0.19 0.56 0 0.69
HSL 280º 0.39% 0.23% -
HSV(B) 280º 0.56% 0.31% -
XYZ 4.23 2.91 7.93 -
YUV 49.1 145.44 139.34 -
System Red Green Blue C M Y K H S L
Decimal 65 35 80 0.19 0.56 0 0.69 280 0.39 0.23
Hex 41 23 50 13 38 0 45 118 27 17
Octal 101 43 120 23 70 0 105 430 47 27
Binary 1000001 100011 1010000 10011 111000 0 1000101 100011000 100111 10111

Color Harmonies of #412350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412350

Black with #412350

Text Example


Text Example

White with #412350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412350; }

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

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

background-color css

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

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

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

border-color css

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

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

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