Html Css Color HEX #41284F Jagger

📋 copy color: '#41284F'

red 65 ◦ green 40 ◦ blue 79

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

Shades of Jagger #41284F

Tints of Jagger #41284F

RGB

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

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

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

R = 35.33%
G = 21.74%
B = 42.93%

CMYK

 C value IS 0.18

 M value IS 0.49

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#41284F (or 0x41284F) is known color: Jagger. HEX triplet: 41, 28 and 4F. RGB value is (65,40,79). Sum of RGB (Red+Green+Blue) = 65+40+79=184 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.33% from 184); Green value is 40 (16.02% from 255 or 21.74% from 184); Blue value is 79 (31.25% from 255 or 42.93% from 184); Max value from RGB is 79 - color contains mainly: blue. Hex color #41284F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41284F is #BED7B0. Grayscale: #333333. Windows color (decimal): -12507057 or 5187649. OLE color: 5187649.

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

Color convert

RGB 65 40 79 -
CMYK 0.18 0.49 0 0.69
HSL 278.46º 0.33% 0.23% -
HSV(B) 278.46º 0.49% 0.31% -
XYZ 4.35 3.21 7.79 -
YUV 51.92 143.28 137.33 -
System Red Green Blue C M Y K H S L
Decimal 65 40 79 0.18 0.49 0 0.69 278.46 0.33 0.23
Hex 41 28 4F 12 31 0 45 116 21 17
Octal 101 50 117 22 61 0 105 426 41 27
Binary 1000001 101000 1001111 10010 110001 0 1000101 100010110 100001 10111

Color Harmonies of #41284F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41284F

Black with #41284F

Text Example


Text Example

White with #41284F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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