Html Css Color HEX #412B56 Jagger

📋 copy color: '#412B56'

red 65 ◦ green 43 ◦ blue 86

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

Shades of Jagger #412B56

Tints of Jagger #412B56

RGB

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

 GREEN value IS 43 (17.19% from 255) = 22.16%

 BLUE value IS 86 (33.98% from 255) = 44.33%

R = 33.51%
G = 22.16%
B = 44.33%

CMYK

 C value IS 0.24

 M value IS 0.50

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#412B56 (or 0x412B56) is known color: Jagger. HEX triplet: 41, 2B and 56. RGB value is (65,43,86). Sum of RGB (Red+Green+Blue) = 65+43+86=194 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.51% from 194); Green value is 43 (17.19% from 255 or 22.16% from 194); Blue value is 86 (33.98% from 255 or 44.33% from 194); Max value from RGB is 86 - color contains mainly: blue. Hex color #412B56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412B56 is #BED4A9. Grayscale: #363636. Windows color (decimal): -12506282 or 5647169. OLE color: 5647169.

HSL color Cylindrical-coordinate representation of color #412B56: hue angle of 270.7º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #412B56 is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 65 43 86 -
CMYK 0.24 0.50 0 0.66
HSL 270.7º 0.33% 0.25% -
HSV(B) 270.7º 0.5% 0.34% -
XYZ 4.72 3.52 9.24 -
YUV 54.48 145.79 135.5 -
System Red Green Blue C M Y K H S L
Decimal 65 43 86 0.24 0.50 0 0.66 270.7 0.33 0.25
Hex 41 2B 56 18 32 0 42 10F 21 19
Octal 101 53 126 30 62 0 102 417 41 31
Binary 1000001 101011 1010110 11000 110010 0 1000010 100001111 100001 11001

Color Harmonies of #412B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412B56

Black with #412B56

Text Example


Text Example

White with #412B56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,43,86); }

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

background-color css

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

 a { background-color: rgb(65,43,86); }

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

border-color css

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

 span { border-color: rgb(65,43,86); }

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