Html Css Color HEX #3A2950 Jagger

📋 copy color: '#3A2950'

red 58 ◦ green 41 ◦ blue 80

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

Shades of Jagger #3A2950

Tints of Jagger #3A2950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 44.69%

R = 32.4%
G = 22.91%
B = 44.69%

CMYK

 C value IS 0.28

 M value IS 0.49

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3A2950 (or 0x3A2950) is known color: Jagger. HEX triplet: 3A, 29 and 50. RGB value is (58,41,80). Sum of RGB (Red+Green+Blue) = 58+41+80=179 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.40% from 179); Green value is 41 (16.41% from 255 or 22.91% from 179); Blue value is 80 (31.64% from 255 or 44.69% from 179); Max value from RGB is 80 - color contains mainly: blue. Hex color #3A2950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2950 is #C5D6AF. Grayscale: #323232. Windows color (decimal): -12965552 or 5253434. OLE color: 5253434.

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

Color convert

RGB 58 41 80 -
CMYK 0.28 0.49 0 0.69
HSL 266.15º 0.32% 0.24% -
HSV(B) 266.15º 0.49% 0.31% -
XYZ 3.99 3.06 7.97 -
YUV 50.53 144.63 133.33 -
System Red Green Blue C M Y K H S L
Decimal 58 41 80 0.28 0.49 0 0.69 266.15 0.32 0.24
Hex 3A 29 50 1C 31 0 45 10A 20 18
Octal 72 51 120 34 61 0 105 412 40 30
Binary 111010 101001 1010000 11100 110001 0 1000101 100001010 100000 11000

Color Harmonies of #3A2950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2950

Black with #3A2950

Text Example


Text Example

White with #3A2950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,41,80); }

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

background-color css

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

 a { background-color: rgb(58,41,80); }

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

border-color css

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

 span { border-color: rgb(58,41,80); }

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