Html Css Color HEX #412659 Jagger

📋 copy color: '#412659'

red 65 ◦ green 38 ◦ blue 89

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

Shades of Jagger #412659

Tints of Jagger #412659

RGB

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

 GREEN value IS 38 (15.23% from 255) = 19.79%

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

R = 33.85%
G = 19.79%
B = 46.35%

CMYK

 C value IS 0.27

 M value IS 0.57

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#412659 (or 0x412659) is known color: Jagger. HEX triplet: 41, 26 and 59. RGB value is (65,38,89). Sum of RGB (Red+Green+Blue) = 65+38+89=192 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.85% from 192); Green value is 38 (15.23% from 255 or 19.79% from 192); Blue value is 89 (35.16% from 255 or 46.35% from 192); Max value from RGB is 89 - color contains mainly: blue. Hex color #412659 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412659 is #BED9A6. Grayscale: #333333. Windows color (decimal): -12507559 or 5842497. OLE color: 5842497.

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

Color convert

RGB 65 38 89 -
CMYK 0.27 0.57 0 0.65
HSL 271.76º 0.4% 0.25% -
HSV(B) 271.76º 0.57% 0.35% -
XYZ 4.68 3.23 9.83 -
YUV 51.89 148.95 137.35 -
System Red Green Blue C M Y K H S L
Decimal 65 38 89 0.27 0.57 0 0.65 271.76 0.4 0.25
Hex 41 26 59 1B 39 0 41 110 28 19
Octal 101 46 131 33 71 0 101 420 50 31
Binary 1000001 100110 1011001 11011 111001 0 1000001 100010000 101000 11001

Color Harmonies of #412659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412659

Black with #412659

Text Example


Text Example

White with #412659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412659; }

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

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

background-color css

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

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

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

border-color css

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

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

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