Html Css Color HEX #412654 Jagger

📋 copy color: '#412654'

red 65 ◦ green 38 ◦ blue 84

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

Shades of Jagger #412654

Tints of Jagger #412654

RGB

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

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

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

R = 34.76%
G = 20.32%
B = 44.92%

CMYK

 C value IS 0.23

 M value IS 0.55

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#412654 (or 0x412654) is known color: Jagger. HEX triplet: 41, 26 and 54. RGB value is (65,38,84). Sum of RGB (Red+Green+Blue) = 65+38+84=187 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.76% from 187); Green value is 38 (15.23% from 255 or 20.32% from 187); Blue value is 84 (33.20% from 255 or 44.92% from 187); Max value from RGB is 84 - color contains mainly: blue. Hex color #412654 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412654 is #BED9AB. Grayscale: #333333. Windows color (decimal): -12507564 or 5514817. OLE color: 5514817.

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

Color convert

RGB 65 38 84 -
CMYK 0.23 0.55 0 0.67
HSL 275.22º 0.38% 0.24% -
HSV(B) 275.22º 0.55% 0.33% -
XYZ 4.47 3.15 8.76 -
YUV 51.32 146.45 137.76 -
System Red Green Blue C M Y K H S L
Decimal 65 38 84 0.23 0.55 0 0.67 275.22 0.38 0.24
Hex 41 26 54 17 37 0 43 113 26 18
Octal 101 46 124 27 67 0 103 423 46 30
Binary 1000001 100110 1010100 10111 110111 0 1000011 100010011 100110 11000

Color Harmonies of #412654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412654

Black with #412654

Text Example


Text Example

White with #412654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412654; }

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

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

background-color css

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

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

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

border-color css

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

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

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