Html Css Color HEX #412C59 Jagger

📋 copy color: '#412C59'

red 65 ◦ green 44 ◦ blue 89

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

Shades of Jagger #412C59

Tints of Jagger #412C59

RGB

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

 GREEN value IS 44 (17.58% from 255) = 22.22%

 BLUE value IS 89 (35.16% from 255) = 44.95%

R = 32.83%
G = 22.22%
B = 44.95%

CMYK

 C value IS 0.27

 M value IS 0.51

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#412C59 (or 0x412C59) is known color: Jagger. HEX triplet: 41, 2C and 59. RGB value is (65,44,89). Sum of RGB (Red+Green+Blue) = 65+44+89=198 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.83% from 198); Green value is 44 (17.58% from 255 or 22.22% from 198); Blue value is 89 (35.16% from 255 or 44.95% from 198); Max value from RGB is 89 - color contains mainly: blue. Hex color #412C59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412C59 is #BED3A6. Grayscale: #373737. Windows color (decimal): -12506023 or 5844033. OLE color: 5844033.

HSL color Cylindrical-coordinate representation of color #412C59: hue angle of 268º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #412C59 is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 65 44 89 -
CMYK 0.27 0.51 0 0.65
HSL 268º 0.34% 0.26% -
HSV(B) 268º 0.51% 0.35% -
XYZ 4.88 3.65 9.9 -
YUV 55.41 146.96 134.84 -
System Red Green Blue C M Y K H S L
Decimal 65 44 89 0.27 0.51 0 0.65 268 0.34 0.26
Hex 41 2C 59 1B 33 0 41 10C 22 1A
Octal 101 54 131 33 63 0 101 414 42 32
Binary 1000001 101100 1011001 11011 110011 0 1000001 100001100 100010 11010

Color Harmonies of #412C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412C59

Black with #412C59

Text Example


Text Example

White with #412C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,44,89); }

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

background-color css

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

 a { background-color: rgb(65,44,89); }

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

border-color css

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

 span { border-color: rgb(65,44,89); }

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