Html Css Color HEX #412F4D Jagger

📋 copy color: '#412F4D'

red 65 ◦ green 47 ◦ blue 77

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

Shades of Jagger #412F4D

Tints of Jagger #412F4D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 24.87%

 BLUE value IS 77 (30.47% from 255) = 40.74%

R = 34.39%
G = 24.87%
B = 40.74%

CMYK

 C value IS 0.16

 M value IS 0.39

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#412F4D (or 0x412F4D) is known color: Jagger. HEX triplet: 41, 2F and 4D. RGB value is (65,47,77). Sum of RGB (Red+Green+Blue) = 65+47+77=189 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.39% from 189); Green value is 47 (18.75% from 255 or 24.87% from 189); Blue value is 77 (30.47% from 255 or 40.74% from 189); Max value from RGB is 77 - color contains mainly: blue. Hex color #412F4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412F4D is #BED0B2. Grayscale: #373737. Windows color (decimal): -12505267 or 5058369. OLE color: 5058369.

HSL color Cylindrical-coordinate representation of color #412F4D: hue angle of 276º degrees, saturation: 0.24, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #412F4D is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 65 47 77 -
CMYK 0.16 0.39 0 0.70
HSL 276º 0.24% 0.24% -
HSV(B) 276º 0.39% 0.3% -
XYZ 4.54 3.69 7.49 -
YUV 55.8 139.96 134.56 -
System Red Green Blue C M Y K H S L
Decimal 65 47 77 0.16 0.39 0 0.70 276 0.24 0.24
Hex 41 2F 4D 10 27 0 46 114 18 18
Octal 101 57 115 20 47 0 106 424 30 30
Binary 1000001 101111 1001101 10000 100111 0 1000110 100010100 11000 11000

Color Harmonies of #412F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412F4D

Black with #412F4D

Text Example


Text Example

White with #412F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,47,77); }

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

background-color css

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

 a { background-color: rgb(65,47,77); }

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

border-color css

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

 span { border-color: rgb(65,47,77); }

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