Html Css Color HEX #41284D Jagger

📋 copy color: '#41284D'

red 65 ◦ green 40 ◦ blue 77

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

Shades of Jagger #41284D

Tints of Jagger #41284D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 21.98%

 BLUE value IS 77 (30.47% from 255) = 42.31%

R = 35.71%
G = 21.98%
B = 42.31%

CMYK

 C value IS 0.16

 M value IS 0.48

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#41284D (or 0x41284D) is known color: Jagger. HEX triplet: 41, 28 and 4D. RGB value is (65,40,77). Sum of RGB (Red+Green+Blue) = 65+40+77=182 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.71% from 182); Green value is 40 (16.02% from 255 or 21.98% from 182); Blue value is 77 (30.47% from 255 or 42.31% from 182); Max value from RGB is 77 - color contains mainly: blue. Hex color #41284D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41284D is #BED7B2. Grayscale: #333333. Windows color (decimal): -12507059 or 5056577. OLE color: 5056577.

HSL color Cylindrical-coordinate representation of color #41284D: hue angle of 280.54º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #41284D is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 65 40 77 -
CMYK 0.16 0.48 0 0.70
HSL 280.54º 0.32% 0.23% -
HSV(B) 280.54º 0.48% 0.3% -
XYZ 4.28 3.18 7.41 -
YUV 51.69 142.28 137.49 -
System Red Green Blue C M Y K H S L
Decimal 65 40 77 0.16 0.48 0 0.70 280.54 0.32 0.23
Hex 41 28 4D 10 30 0 46 119 20 17
Octal 101 50 115 20 60 0 106 431 40 27
Binary 1000001 101000 1001101 10000 110000 0 1000110 100011001 100000 10111

Color Harmonies of #41284D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41284D

Black with #41284D

Text Example


Text Example

White with #41284D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41284D; }

 p { color: rgb(65,40,77); }

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

background-color css

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

 a { background-color: rgb(65,40,77); }

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

border-color css

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

 span { border-color: rgb(65,40,77); }

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