Html Css Color HEX #3A1E4D Jagger

📋 copy color: '#3A1E4D'

red 58 ◦ green 30 ◦ blue 77

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

Shades of Jagger #3A1E4D

Tints of Jagger #3A1E4D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 18.18%

 BLUE value IS 77 (30.47% from 255) = 46.67%

R = 35.15%
G = 18.18%
B = 46.67%

CMYK

 C value IS 0.25

 M value IS 0.61

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3A1E4D (or 0x3A1E4D) is known color: Jagger. HEX triplet: 3A, 1E and 4D. RGB value is (58,30,77). Sum of RGB (Red+Green+Blue) = 58+30+77=165 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.15% from 165); Green value is 30 (12.11% from 255 or 18.18% from 165); Blue value is 77 (30.47% from 255 or 46.67% from 165); Max value from RGB is 77 - color contains mainly: blue. Hex color #3A1E4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A1E4D is #C5E1B2. Grayscale: #2B2B2B. Windows color (decimal): -12968371 or 5054010. OLE color: 5054010.

HSL color Cylindrical-coordinate representation of color #3A1E4D: hue angle of 275.74º degrees, saturation: 0.44, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A1E4D is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 58 30 77 -
CMYK 0.25 0.61 0 0.70
HSL 275.74º 0.44% 0.21% -
HSV(B) 275.74º 0.61% 0.3% -
XYZ 3.55 2.36 7.29 -
YUV 43.73 146.78 138.18 -
System Red Green Blue C M Y K H S L
Decimal 58 30 77 0.25 0.61 0 0.70 275.74 0.44 0.21
Hex 3A 1E 4D 19 3D 0 46 114 2C 15
Octal 72 36 115 31 75 0 106 424 54 25
Binary 111010 11110 1001101 11001 111101 0 1000110 100010100 101100 10101

Color Harmonies of #3A1E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1E4D

Black with #3A1E4D

Text Example


Text Example

White with #3A1E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,30,77); }

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

background-color css

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

 a { background-color: rgb(58,30,77); }

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

border-color css

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

 span { border-color: rgb(58,30,77); }

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