Html Css Color HEX #41304F Jagger

📋 copy color: '#41304F'

red 65 ◦ green 48 ◦ blue 79

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

Shades of Jagger #41304F

Tints of Jagger #41304F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 41.15%

R = 33.85%
G = 25%
B = 41.15%

CMYK

 C value IS 0.18

 M value IS 0.39

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#41304F (or 0x41304F) is known color: Jagger. HEX triplet: 41, 30 and 4F. RGB value is (65,48,79). Sum of RGB (Red+Green+Blue) = 65+48+79=192 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.85% from 192); Green value is 48 (19.14% from 255 or 25% from 192); Blue value is 79 (31.25% from 255 or 41.15% from 192); Max value from RGB is 79 - color contains mainly: blue. Hex color #41304F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41304F is #BECFB0. Grayscale: #383838. Windows color (decimal): -12505009 or 5189697. OLE color: 5189697.

HSL color Cylindrical-coordinate representation of color #41304F: hue angle of 272.9º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #41304F is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 65 48 79 -
CMYK 0.18 0.39 0 0.69
HSL 272.9º 0.24% 0.25% -
HSV(B) 272.9º 0.39% 0.31% -
XYZ 4.65 3.8 7.89 -
YUV 56.62 140.63 133.98 -
System Red Green Blue C M Y K H S L
Decimal 65 48 79 0.18 0.39 0 0.69 272.9 0.24 0.25
Hex 41 30 4F 12 27 0 45 111 18 19
Octal 101 60 117 22 47 0 105 421 30 31
Binary 1000001 110000 1001111 10010 100111 0 1000101 100010001 11000 11001

Color Harmonies of #41304F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41304F

Black with #41304F

Text Example


Text Example

White with #41304F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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