Html Css Color HEX #41284A Jagger

📋 copy color: '#41284A'

red 65 ◦ green 40 ◦ blue 74

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

Shades of Jagger #41284A

Tints of Jagger #41284A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 41.34%

R = 36.31%
G = 22.35%
B = 41.34%

CMYK

 C value IS 0.12

 M value IS 0.46

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#41284A (or 0x41284A) is known color: Jagger. HEX triplet: 41, 28 and 4A. RGB value is (65,40,74). Sum of RGB (Red+Green+Blue) = 65+40+74=179 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.31% from 179); Green value is 40 (16.02% from 255 or 22.35% from 179); Blue value is 74 (29.30% from 255 or 41.34% from 179); Max value from RGB is 74 - color contains mainly: blue. Hex color #41284A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41284A is #BED7B5. Grayscale: #333333. Windows color (decimal): -12507062 or 4859969. OLE color: 4859969.

HSL color Cylindrical-coordinate representation of color #41284A: hue angle of 284.12º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #41284A is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 65 40 74 -
CMYK 0.12 0.46 0 0.71
HSL 284.12º 0.3% 0.22% -
HSV(B) 284.12º 0.46% 0.29% -
XYZ 4.17 3.14 6.86 -
YUV 51.35 140.78 137.74 -
System Red Green Blue C M Y K H S L
Decimal 65 40 74 0.12 0.46 0 0.71 284.12 0.3 0.22
Hex 41 28 4A C 2E 0 47 11C 1E 16
Octal 101 50 112 14 56 0 107 434 36 26
Binary 1000001 101000 1001010 1100 101110 0 1000111 100011100 11110 10110

Color Harmonies of #41284A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41284A

Black with #41284A

Text Example


Text Example

White with #41284A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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