Html Css Color HEX #412E57 Jagger

📋 copy color: '#412E57'

red 65 ◦ green 46 ◦ blue 87

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

Shades of Jagger #412E57

Tints of Jagger #412E57

RGB

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

 GREEN value IS 46 (18.36% from 255) = 23.23%

 BLUE value IS 87 (34.38% from 255) = 43.94%

R = 32.83%
G = 23.23%
B = 43.94%

CMYK

 C value IS 0.25

 M value IS 0.47

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#412E57 (or 0x412E57) is known color: Jagger. HEX triplet: 41, 2E and 57. RGB value is (65,46,87). Sum of RGB (Red+Green+Blue) = 65+46+87=198 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.83% from 198); Green value is 46 (18.36% from 255 or 23.23% from 198); Blue value is 87 (34.38% from 255 or 43.94% from 198); Max value from RGB is 87 - color contains mainly: blue. Hex color #412E57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412E57 is #BED1A8. Grayscale: #383838. Windows color (decimal): -12505513 or 5713473. OLE color: 5713473.

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

Color convert

RGB 65 46 87 -
CMYK 0.25 0.47 0 0.66
HSL 267.8º 0.31% 0.26% -
HSV(B) 267.8º 0.47% 0.34% -
XYZ 4.88 3.77 9.49 -
YUV 56.36 145.29 134.17 -
System Red Green Blue C M Y K H S L
Decimal 65 46 87 0.25 0.47 0 0.66 267.8 0.31 0.26
Hex 41 2E 57 19 2F 0 42 10C 1F 1A
Octal 101 56 127 31 57 0 102 414 37 32
Binary 1000001 101110 1010111 11001 101111 0 1000010 100001100 11111 11010

Color Harmonies of #412E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412E57

Black with #412E57

Text Example


Text Example

White with #412E57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,46,87); }

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

background-color css

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

 a { background-color: rgb(65,46,87); }

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

border-color css

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

 span { border-color: rgb(65,46,87); }

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