Html Css Color HEX #412259 Jagger

📋 copy color: '#412259'

red 65 ◦ green 34 ◦ blue 89

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

Shades of Jagger #412259

Tints of Jagger #412259

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.09%

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

R = 34.57%
G = 18.09%
B = 47.34%

CMYK

 C value IS 0.27

 M value IS 0.62

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#412259 (or 0x412259) is known color: Jagger. HEX triplet: 41, 22 and 59. RGB value is (65,34,89). Sum of RGB (Red+Green+Blue) = 65+34+89=188 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.57% from 188); Green value is 34 (13.67% from 255 or 18.09% from 188); Blue value is 89 (35.16% from 255 or 47.34% from 188); Max value from RGB is 89 - color contains mainly: blue. Hex color #412259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412259 is #BEDDA6. Grayscale: #313131. Windows color (decimal): -12508583 or 5841473. OLE color: 5841473.

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

Color convert

RGB 65 34 89 -
CMYK 0.27 0.62 0 0.65
HSL 273.82º 0.45% 0.24% -
HSV(B) 273.82º 0.62% 0.35% -
XYZ 4.56 2.99 9.79 -
YUV 49.54 150.27 139.03 -
System Red Green Blue C M Y K H S L
Decimal 65 34 89 0.27 0.62 0 0.65 273.82 0.45 0.24
Hex 41 22 59 1B 3E 0 41 112 2D 18
Octal 101 42 131 33 76 0 101 422 55 30
Binary 1000001 100010 1011001 11011 111110 0 1000001 100010010 101101 11000

Color Harmonies of #412259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412259

Black with #412259

Text Example


Text Example

White with #412259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412259; }

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

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

background-color css

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

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

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

border-color css

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

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

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