Html Css Color HEX #41304C Jagger

📋 copy color: '#41304C'

red 65 ◦ green 48 ◦ blue 76

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

Shades of Jagger #41304C

Tints of Jagger #41304C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 25.4%

 BLUE value IS 76 (30.08% from 255) = 40.21%

R = 34.39%
G = 25.4%
B = 40.21%

CMYK

 C value IS 0.14

 M value IS 0.37

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#41304C (or 0x41304C) is known color: Jagger. HEX triplet: 41, 30 and 4C. RGB value is (65,48,76). Sum of RGB (Red+Green+Blue) = 65+48+76=189 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.39% from 189); Green value is 48 (19.14% from 255 or 25.40% from 189); Blue value is 76 (30.08% from 255 or 40.21% from 189); Max value from RGB is 76 - color contains mainly: blue. Hex color #41304C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41304C is #BECFB3. Grayscale: #383838. Windows color (decimal): -12505012 or 4993089. OLE color: 4993089.

HSL color Cylindrical-coordinate representation of color #41304C: hue angle of 276.43º degrees, saturation: 0.23, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #41304C is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 65 48 76 -
CMYK 0.14 0.37 0 0.70
HSL 276.43º 0.23% 0.24% -
HSV(B) 276.43º 0.37% 0.3% -
XYZ 4.54 3.76 7.32 -
YUV 56.28 139.13 134.22 -
System Red Green Blue C M Y K H S L
Decimal 65 48 76 0.14 0.37 0 0.70 276.43 0.23 0.24
Hex 41 30 4C E 25 0 46 114 17 18
Octal 101 60 114 16 45 0 106 424 27 30
Binary 1000001 110000 1001100 1110 100101 0 1000110 100010100 10111 11000

Color Harmonies of #41304C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41304C

Black with #41304C

Text Example


Text Example

White with #41304C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41304C; }

 p { color: rgb(65,48,76); }

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

background-color css

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

 a { background-color: rgb(65,48,76); }

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

border-color css

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

 span { border-color: rgb(65,48,76); }

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