Html Css Color HEX #412E51 Jagger

📋 copy color: '#412E51'

red 65 ◦ green 46 ◦ blue 81

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

Shades of Jagger #412E51

Tints of Jagger #412E51

RGB

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

 GREEN value IS 46 (18.36% from 255) = 23.96%

 BLUE value IS 81 (32.03% from 255) = 42.19%

R = 33.85%
G = 23.96%
B = 42.19%

CMYK

 C value IS 0.20

 M value IS 0.43

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#412E51 (or 0x412E51) is known color: Jagger. HEX triplet: 41, 2E and 51. RGB value is (65,46,81). Sum of RGB (Red+Green+Blue) = 65+46+81=192 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.85% from 192); Green value is 46 (18.36% from 255 or 23.96% from 192); Blue value is 81 (32.03% from 255 or 42.19% from 192); Max value from RGB is 81 - color contains mainly: blue. Hex color #412E51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412E51 is #BED1AE. Grayscale: #373737. Windows color (decimal): -12505519 or 5320257. OLE color: 5320257.

HSL color Cylindrical-coordinate representation of color #412E51: hue angle of 272.57º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #412E51 is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 65 46 81 -
CMYK 0.20 0.43 0 0.68
HSL 272.57º 0.28% 0.25% -
HSV(B) 272.57º 0.43% 0.32% -
XYZ 4.64 3.67 8.25 -
YUV 55.67 142.29 134.65 -
System Red Green Blue C M Y K H S L
Decimal 65 46 81 0.20 0.43 0 0.68 272.57 0.28 0.25
Hex 41 2E 51 14 2B 0 44 111 1C 19
Octal 101 56 121 24 53 0 104 421 34 31
Binary 1000001 101110 1010001 10100 101011 0 1000100 100010001 11100 11001

Color Harmonies of #412E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412E51

Black with #412E51

Text Example


Text Example

White with #412E51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,46,81); }

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

background-color css

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

 a { background-color: rgb(65,46,81); }

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

border-color css

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

 span { border-color: rgb(65,46,81); }

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