Html Css Color HEX #3A2449 Jagger

📋 copy color: '#3A2449'

red 58 ◦ green 36 ◦ blue 73

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

Shades of Jagger #3A2449

Tints of Jagger #3A2449

RGB

 RED value IS 58 (23.05% from 255) = 34.73%

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

 BLUE value IS 73 (28.91% from 255) = 43.71%

R = 34.73%
G = 21.56%
B = 43.71%

CMYK

 C value IS 0.21

 M value IS 0.51

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3A2449 (or 0x3A2449) is known color: Jagger. HEX triplet: 3A, 24 and 49. RGB value is (58,36,73). Sum of RGB (Red+Green+Blue) = 58+36+73=167 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.73% from 167); Green value is 36 (14.45% from 255 or 21.56% from 167); Blue value is 73 (28.91% from 255 or 43.71% from 167); Max value from RGB is 73 - color contains mainly: blue. Hex color #3A2449 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2449 is #C5DBB6. Grayscale: #2E2E2E. Windows color (decimal): -12966839 or 4793402. OLE color: 4793402.

HSL color Cylindrical-coordinate representation of color #3A2449: hue angle of 275.68º degrees, saturation: 0.34, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3A2449 is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 58 36 73 -
CMYK 0.21 0.51 0 0.71
HSL 275.68º 0.34% 0.21% -
HSV(B) 275.68º 0.51% 0.29% -
XYZ 3.58 2.64 6.62 -
YUV 46.8 142.79 135.99 -
System Red Green Blue C M Y K H S L
Decimal 58 36 73 0.21 0.51 0 0.71 275.68 0.34 0.21
Hex 3A 24 49 15 33 0 47 114 22 15
Octal 72 44 111 25 63 0 107 424 42 25
Binary 111010 100100 1001001 10101 110011 0 1000111 100010100 100010 10101

Color Harmonies of #3A2449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2449

Black with #3A2449

Text Example


Text Example

White with #3A2449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A2449; }

 p { color: rgb(58,36,73); }

 H1.HeaderClassName
 {
   color: #3A2449;
 }
 .AnyTagClassName
 {
   color: #3A2449;
 }
</style>

background-color css

<style>
 a { background-color: #3A2449; }

 a { background-color: rgb(58,36,73); }

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

border-color css

<style>
 span { border-color: #3A2449; }

 span { border-color: rgb(58,36,73); }

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