Html Css Color HEX #41354E Jagger

📋 copy color: '#41354E'

red 65 ◦ green 53 ◦ blue 78

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

Shades of Jagger #41354E

Tints of Jagger #41354E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 27.04%

 BLUE value IS 78 (30.86% from 255) = 39.8%

R = 33.16%
G = 27.04%
B = 39.8%

CMYK

 C value IS 0.17

 M value IS 0.32

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#41354E (or 0x41354E) is known color: Jagger. HEX triplet: 41, 35 and 4E. RGB value is (65,53,78). Sum of RGB (Red+Green+Blue) = 65+53+78=196 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.16% from 196); Green value is 53 (21.09% from 255 or 27.04% from 196); Blue value is 78 (30.86% from 255 or 39.80% from 196); Max value from RGB is 78 - color contains mainly: blue. Hex color #41354E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41354E is #BECAB1. Grayscale: #3B3B3B. Windows color (decimal): -12503730 or 5125441. OLE color: 5125441.

HSL color Cylindrical-coordinate representation of color #41354E: hue angle of 268.8º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #41354E is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 65 53 78 -
CMYK 0.17 0.32 0 0.69
HSL 268.8º 0.19% 0.26% -
HSV(B) 268.8º 0.32% 0.31% -
XYZ 4.83 4.22 7.77 -
YUV 59.44 138.48 131.97 -
System Red Green Blue C M Y K H S L
Decimal 65 53 78 0.17 0.32 0 0.69 268.8 0.19 0.26
Hex 41 35 4E 11 20 0 45 10D 13 1A
Octal 101 65 116 21 40 0 105 415 23 32
Binary 1000001 110101 1001110 10001 100000 0 1000101 100001101 10011 11010

Color Harmonies of #41354E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41354E

Black with #41354E

Text Example


Text Example

White with #41354E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41354E; }

 p { color: rgb(65,53,78); }

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

background-color css

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

 a { background-color: rgb(65,53,78); }

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

border-color css

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

 span { border-color: rgb(65,53,78); }

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