Html Css Color HEX #412F50 Jagger

📋 copy color: '#412F50'

red 65 ◦ green 47 ◦ blue 80

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

Shades of Jagger #412F50

Tints of Jagger #412F50

RGB

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

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

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

R = 33.85%
G = 24.48%
B = 41.67%

CMYK

 C value IS 0.19

 M value IS 0.41

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#412F50 (or 0x412F50) is known color: Jagger. HEX triplet: 41, 2F and 50. RGB value is (65,47,80). Sum of RGB (Red+Green+Blue) = 65+47+80=192 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.85% from 192); Green value is 47 (18.75% from 255 or 24.48% from 192); Blue value is 80 (31.64% from 255 or 41.67% from 192); Max value from RGB is 80 - color contains mainly: blue. Hex color #412F50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412F50 is #BED0AF. Grayscale: #383838. Windows color (decimal): -12505264 or 5254977. OLE color: 5254977.

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

Color convert

RGB 65 47 80 -
CMYK 0.19 0.41 0 0.69
HSL 272.73º 0.26% 0.25% -
HSV(B) 272.73º 0.41% 0.31% -
XYZ 4.64 3.74 8.07 -
YUV 56.14 141.46 134.32 -
System Red Green Blue C M Y K H S L
Decimal 65 47 80 0.19 0.41 0 0.69 272.73 0.26 0.25
Hex 41 2F 50 13 29 0 45 111 1A 19
Octal 101 57 120 23 51 0 105 421 32 31
Binary 1000001 101111 1010000 10011 101001 0 1000101 100010001 11010 11001

Color Harmonies of #412F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412F50

Black with #412F50

Text Example


Text Example

White with #412F50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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