Html Css Color HEX #412A59 Jagger

📋 copy color: '#412A59'

red 65 ◦ green 42 ◦ blue 89

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

Shades of Jagger #412A59

Tints of Jagger #412A59

RGB

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

 GREEN value IS 42 (16.8% from 255) = 21.43%

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

R = 33.16%
G = 21.43%
B = 45.41%

CMYK

 C value IS 0.27

 M value IS 0.53

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#412A59 (or 0x412A59) is known color: Jagger. HEX triplet: 41, 2A and 59. RGB value is (65,42,89). Sum of RGB (Red+Green+Blue) = 65+42+89=196 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.16% from 196); Green value is 42 (16.80% from 255 or 21.43% from 196); Blue value is 89 (35.16% from 255 or 45.41% from 196); Max value from RGB is 89 - color contains mainly: blue. Hex color #412A59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412A59 is #BED5A6. Grayscale: #363636. Windows color (decimal): -12506535 or 5843521. OLE color: 5843521.

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

Color convert

RGB 65 42 89 -
CMYK 0.27 0.53 0 0.65
HSL 269.36º 0.36% 0.26% -
HSV(B) 269.36º 0.53% 0.35% -
XYZ 4.81 3.5 9.87 -
YUV 54.24 147.62 135.68 -
System Red Green Blue C M Y K H S L
Decimal 65 42 89 0.27 0.53 0 0.65 269.36 0.36 0.26
Hex 41 2A 59 1B 35 0 41 10D 24 1A
Octal 101 52 131 33 65 0 101 415 44 32
Binary 1000001 101010 1011001 11011 110101 0 1000001 100001101 100100 11010

Color Harmonies of #412A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412A59

Black with #412A59

Text Example


Text Example

White with #412A59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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