Html Css Color HEX #41244F Jagger

📋 copy color: '#41244F'

red 65 ◦ green 36 ◦ blue 79

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

Shades of Jagger #41244F

Tints of Jagger #41244F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20%

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

R = 36.11%
G = 20%
B = 43.89%

CMYK

 C value IS 0.18

 M value IS 0.54

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#41244F (or 0x41244F) is known color: Jagger. HEX triplet: 41, 24 and 4F. RGB value is (65,36,79). Sum of RGB (Red+Green+Blue) = 65+36+79=180 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.11% from 180); Green value is 36 (14.45% from 255 or 20% from 180); Blue value is 79 (31.25% from 255 or 43.89% from 180); Max value from RGB is 79 - color contains mainly: blue. Hex color #41244F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41244F is #BEDBB0. Grayscale: #313131. Windows color (decimal): -12508081 or 5186625. OLE color: 5186625.

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

Color convert

RGB 65 36 79 -
CMYK 0.18 0.54 0 0.69
HSL 280.47º 0.37% 0.23% -
HSV(B) 280.47º 0.54% 0.31% -
XYZ 4.22 2.95 7.74 -
YUV 49.57 144.61 139 -
System Red Green Blue C M Y K H S L
Decimal 65 36 79 0.18 0.54 0 0.69 280.47 0.37 0.23
Hex 41 24 4F 12 36 0 45 118 25 17
Octal 101 44 117 22 66 0 105 430 45 27
Binary 1000001 100100 1001111 10010 110110 0 1000101 100011000 100101 10111

Color Harmonies of #41244F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41244F

Black with #41244F

Text Example


Text Example

White with #41244F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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