Html Css Color HEX #412354 Jagger

📋 copy color: '#412354'

red 65 ◦ green 35 ◦ blue 84

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

Shades of Jagger #412354

Tints of Jagger #412354

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 45.65%

R = 35.33%
G = 19.02%
B = 45.65%

CMYK

 C value IS 0.23

 M value IS 0.58

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#412354 (or 0x412354) is known color: Jagger. HEX triplet: 41, 23 and 54. RGB value is (65,35,84). Sum of RGB (Red+Green+Blue) = 65+35+84=184 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.33% from 184); Green value is 35 (14.06% from 255 or 19.02% from 184); Blue value is 84 (33.20% from 255 or 45.65% from 184); Max value from RGB is 84 - color contains mainly: blue. Hex color #412354 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412354 is #BEDCAB. Grayscale: #313131. Windows color (decimal): -12508332 or 5514049. OLE color: 5514049.

HSL color Cylindrical-coordinate representation of color #412354: hue angle of 276.73º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #412354 is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 65 35 84 -
CMYK 0.23 0.58 0 0.67
HSL 276.73º 0.41% 0.23% -
HSV(B) 276.73º 0.58% 0.33% -
XYZ 4.38 2.97 8.73 -
YUV 49.56 147.44 139.02 -
System Red Green Blue C M Y K H S L
Decimal 65 35 84 0.23 0.58 0 0.67 276.73 0.41 0.23
Hex 41 23 54 17 3A 0 43 115 29 17
Octal 101 43 124 27 72 0 103 425 51 27
Binary 1000001 100011 1010100 10111 111010 0 1000011 100010101 101001 10111

Color Harmonies of #412354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412354

Black with #412354

Text Example


Text Example

White with #412354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412354; }

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

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

background-color css

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

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

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

border-color css

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

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

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