Html Css Color HEX #412C52 Jagger

📋 copy color: '#412C52'

red 65 ◦ green 44 ◦ blue 82

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

Shades of Jagger #412C52

Tints of Jagger #412C52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 42.93%

R = 34.03%
G = 23.04%
B = 42.93%

CMYK

 C value IS 0.21

 M value IS 0.46

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#412C52 (or 0x412C52) is known color: Jagger. HEX triplet: 41, 2C and 52. RGB value is (65,44,82). Sum of RGB (Red+Green+Blue) = 65+44+82=191 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.03% from 191); Green value is 44 (17.58% from 255 or 23.04% from 191); Blue value is 82 (32.42% from 255 or 42.93% from 191); Max value from RGB is 82 - color contains mainly: blue. Hex color #412C52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412C52 is #BED3AD. Grayscale: #363636. Windows color (decimal): -12506030 or 5385281. OLE color: 5385281.

HSL color Cylindrical-coordinate representation of color #412C52: hue angle of 273.16º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #412C52 is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 65 44 82 -
CMYK 0.21 0.46 0 0.68
HSL 273.16º 0.3% 0.25% -
HSV(B) 273.16º 0.46% 0.32% -
XYZ 4.6 3.53 8.42 -
YUV 54.61 143.46 135.41 -
System Red Green Blue C M Y K H S L
Decimal 65 44 82 0.21 0.46 0 0.68 273.16 0.3 0.25
Hex 41 2C 52 15 2E 0 44 111 1E 19
Octal 101 54 122 25 56 0 104 421 36 31
Binary 1000001 101100 1010010 10101 101110 0 1000100 100010001 11110 11001

Color Harmonies of #412C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412C52

Black with #412C52

Text Example


Text Example

White with #412C52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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