Html Css Color HEX #41224F Jagger

📋 copy color: '#41224F'

red 65 ◦ green 34 ◦ blue 79

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

Shades of Jagger #41224F

Tints of Jagger #41224F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 19.1%

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

R = 36.52%
G = 19.1%
B = 44.38%

CMYK

 C value IS 0.18

 M value IS 0.57

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#41224F (or 0x41224F) is known color: Jagger. HEX triplet: 41, 22 and 4F. RGB value is (65,34,79). Sum of RGB (Red+Green+Blue) = 65+34+79=178 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.52% from 178); Green value is 34 (13.67% from 255 or 19.10% from 178); Blue value is 79 (31.25% from 255 or 44.38% from 178); Max value from RGB is 79 - color contains mainly: blue. Hex color #41224F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41224F is #BEDDB0. Grayscale: #303030. Windows color (decimal): -12508593 or 5186113. OLE color: 5186113.

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

Color convert

RGB 65 34 79 -
CMYK 0.18 0.57 0 0.69
HSL 281.33º 0.4% 0.22% -
HSV(B) 281.33º 0.57% 0.31% -
XYZ 4.16 2.83 7.72 -
YUV 48.4 145.27 139.84 -
System Red Green Blue C M Y K H S L
Decimal 65 34 79 0.18 0.57 0 0.69 281.33 0.4 0.22
Hex 41 22 4F 12 39 0 45 119 28 16
Octal 101 42 117 22 71 0 105 431 50 26
Binary 1000001 100010 1001111 10010 111001 0 1000101 100011001 101000 10110

Color Harmonies of #41224F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41224F

Black with #41224F

Text Example


Text Example

White with #41224F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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