Html Css Color HEX #412759 Jagger

📋 copy color: '#412759'

red 65 ◦ green 39 ◦ blue 89

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

Shades of Jagger #412759

Tints of Jagger #412759

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20.21%

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

R = 33.68%
G = 20.21%
B = 46.11%

CMYK

 C value IS 0.27

 M value IS 0.56

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#412759 (or 0x412759) is known color: Jagger. HEX triplet: 41, 27 and 59. RGB value is (65,39,89). Sum of RGB (Red+Green+Blue) = 65+39+89=193 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.68% from 193); Green value is 39 (15.62% from 255 or 20.21% from 193); Blue value is 89 (35.16% from 255 or 46.11% from 193); Max value from RGB is 89 - color contains mainly: blue. Hex color #412759 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412759 is #BED8A6. Grayscale: #343434. Windows color (decimal): -12507303 or 5842753. OLE color: 5842753.

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

Color convert

RGB 65 39 89 -
CMYK 0.27 0.56 0 0.65
HSL 271.2º 0.39% 0.25% -
HSV(B) 271.2º 0.56% 0.35% -
XYZ 4.71 3.3 9.84 -
YUV 52.47 148.61 136.93 -
System Red Green Blue C M Y K H S L
Decimal 65 39 89 0.27 0.56 0 0.65 271.2 0.39 0.25
Hex 41 27 59 1B 38 0 41 10F 27 19
Octal 101 47 131 33 70 0 101 417 47 31
Binary 1000001 100111 1011001 11011 111000 0 1000001 100001111 100111 11001

Color Harmonies of #412759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412759

Black with #412759

Text Example


Text Example

White with #412759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412759; }

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

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

background-color css

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

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

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

border-color css

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

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

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