Html Css Color HEX #3A2841 Jagger

📋 copy color: '#3A2841'

red 58 ◦ green 40 ◦ blue 65

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

Shades of Jagger #3A2841

Tints of Jagger #3A2841

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 39.88%

R = 35.58%
G = 24.54%
B = 39.88%

CMYK

 C value IS 0.11

 M value IS 0.38

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3A2841 (or 0x3A2841) is known color: Jagger. HEX triplet: 3A, 28 and 41. RGB value is (58,40,65). Sum of RGB (Red+Green+Blue) = 58+40+65=163 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.58% from 163); Green value is 40 (16.02% from 255 or 24.54% from 163); Blue value is 65 (25.78% from 255 or 39.88% from 163); Max value from RGB is 65 - color contains mainly: blue. Hex color #3A2841 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2841 is #C5D7BE. Grayscale: #303030. Windows color (decimal): -12965823 or 4270138. OLE color: 4270138.

HSL color Cylindrical-coordinate representation of color #3A2841: hue angle of 283.2º degrees, saturation: 0.24, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3A2841 is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 58 40 65 -
CMYK 0.11 0.38 0 0.75
HSL 283.2º 0.24% 0.21% -
HSV(B) 283.2º 0.38% 0.25% -
XYZ 3.46 2.8 5.36 -
YUV 48.23 137.46 134.97 -
System Red Green Blue C M Y K H S L
Decimal 58 40 65 0.11 0.38 0 0.75 283.2 0.24 0.21
Hex 3A 28 41 B 26 0 4B 11B 18 15
Octal 72 50 101 13 46 0 113 433 30 25
Binary 111010 101000 1000001 1011 100110 0 1001011 100011011 11000 10101

Color Harmonies of #3A2841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2841

Black with #3A2841

Text Example


Text Example

White with #3A2841

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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