Html Css Color HEX #412359 Jagger

📋 copy color: '#412359'

red 65 ◦ green 35 ◦ blue 89

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

Shades of Jagger #412359

Tints of Jagger #412359

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.52%

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

R = 34.39%
G = 18.52%
B = 47.09%

CMYK

 C value IS 0.27

 M value IS 0.61

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#412359 (or 0x412359) is known color: Jagger. HEX triplet: 41, 23 and 59. RGB value is (65,35,89). Sum of RGB (Red+Green+Blue) = 65+35+89=189 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.39% from 189); Green value is 35 (14.06% from 255 or 18.52% from 189); Blue value is 89 (35.16% from 255 or 47.09% from 189); Max value from RGB is 89 - color contains mainly: blue. Hex color #412359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412359 is #BEDCA6. Grayscale: #313131. Windows color (decimal): -12508327 or 5841729. OLE color: 5841729.

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

Color convert

RGB 65 35 89 -
CMYK 0.27 0.61 0 0.65
HSL 273.33º 0.44% 0.24% -
HSV(B) 273.33º 0.61% 0.35% -
XYZ 4.58 3.05 9.8 -
YUV 50.13 149.94 138.61 -
System Red Green Blue C M Y K H S L
Decimal 65 35 89 0.27 0.61 0 0.65 273.33 0.44 0.24
Hex 41 23 59 1B 3D 0 41 111 2C 18
Octal 101 43 131 33 75 0 101 421 54 30
Binary 1000001 100011 1011001 11011 111101 0 1000001 100010001 101100 11000

Color Harmonies of #412359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412359

Black with #412359

Text Example


Text Example

White with #412359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412359; }

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

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

background-color css

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

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

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

border-color css

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

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

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