Html Css Color HEX #41294F Jagger

📋 copy color: '#41294F'

red 65 ◦ green 41 ◦ blue 79

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

Shades of Jagger #41294F

Tints of Jagger #41294F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 22.16%

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

R = 35.14%
G = 22.16%
B = 42.7%

CMYK

 C value IS 0.18

 M value IS 0.48

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#41294F (or 0x41294F) is known color: Jagger. HEX triplet: 41, 29 and 4F. RGB value is (65,41,79). Sum of RGB (Red+Green+Blue) = 65+41+79=185 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.14% from 185); Green value is 41 (16.41% from 255 or 22.16% from 185); Blue value is 79 (31.25% from 255 or 42.70% from 185); Max value from RGB is 79 - color contains mainly: blue. Hex color #41294F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41294F is #BED6B0. Grayscale: #343434. Windows color (decimal): -12506801 or 5187905. OLE color: 5187905.

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

Color convert

RGB 65 41 79 -
CMYK 0.18 0.48 0 0.69
HSL 277.89º 0.32% 0.24% -
HSV(B) 277.89º 0.48% 0.31% -
XYZ 4.38 3.27 7.8 -
YUV 52.51 142.95 136.91 -
System Red Green Blue C M Y K H S L
Decimal 65 41 79 0.18 0.48 0 0.69 277.89 0.32 0.24
Hex 41 29 4F 12 30 0 45 116 20 18
Octal 101 51 117 22 60 0 105 426 40 30
Binary 1000001 101001 1001111 10010 110000 0 1000101 100010110 100000 11000

Color Harmonies of #41294F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41294F

Black with #41294F

Text Example


Text Example

White with #41294F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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