Html Css Color HEX #412559 Jagger

📋 copy color: '#412559'

red 65 ◦ green 37 ◦ blue 89

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

Shades of Jagger #412559

Tints of Jagger #412559

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.37%

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

R = 34.03%
G = 19.37%
B = 46.6%

CMYK

 C value IS 0.27

 M value IS 0.58

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#412559 (or 0x412559) is known color: Jagger. HEX triplet: 41, 25 and 59. RGB value is (65,37,89). Sum of RGB (Red+Green+Blue) = 65+37+89=191 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.03% from 191); Green value is 37 (14.84% from 255 or 19.37% from 191); Blue value is 89 (35.16% from 255 or 46.60% from 191); Max value from RGB is 89 - color contains mainly: blue. Hex color #412559 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412559 is #BEDAA6. Grayscale: #333333. Windows color (decimal): -12507815 or 5842241. OLE color: 5842241.

HSL color Cylindrical-coordinate representation of color #412559: hue angle of 272.31º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #412559 is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 65 37 89 -
CMYK 0.27 0.58 0 0.65
HSL 272.31º 0.41% 0.25% -
HSV(B) 272.31º 0.58% 0.35% -
XYZ 4.64 3.17 9.82 -
YUV 51.3 149.28 137.77 -
System Red Green Blue C M Y K H S L
Decimal 65 37 89 0.27 0.58 0 0.65 272.31 0.41 0.25
Hex 41 25 59 1B 3A 0 41 110 29 19
Octal 101 45 131 33 72 0 101 420 51 31
Binary 1000001 100101 1011001 11011 111010 0 1000001 100010000 101001 11001

Color Harmonies of #412559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412559

Black with #412559

Text Example


Text Example

White with #412559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412559; }

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

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

background-color css

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

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

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

border-color css

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

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

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