Html Css Color HEX #3A294D Jagger

📋 copy color: '#3A294D'

red 58 ◦ green 41 ◦ blue 77

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

Shades of Jagger #3A294D

Tints of Jagger #3A294D

RGB

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

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

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

R = 32.95%
G = 23.3%
B = 43.75%

CMYK

 C value IS 0.25

 M value IS 0.47

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3A294D (or 0x3A294D) is known color: Jagger. HEX triplet: 3A, 29 and 4D. RGB value is (58,41,77). Sum of RGB (Red+Green+Blue) = 58+41+77=176 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.95% from 176); Green value is 41 (16.41% from 255 or 23.30% from 176); Blue value is 77 (30.47% from 255 or 43.75% from 176); Max value from RGB is 77 - color contains mainly: blue. Hex color #3A294D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A294D is #C5D6B2. Grayscale: #323232. Windows color (decimal): -12965555 or 5056826. OLE color: 5056826.

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

Color convert

RGB 58 41 77 -
CMYK 0.25 0.47 0 0.70
HSL 268.33º 0.31% 0.23% -
HSV(B) 268.33º 0.47% 0.3% -
XYZ 3.88 3.02 7.4 -
YUV 50.19 143.13 133.57 -
System Red Green Blue C M Y K H S L
Decimal 58 41 77 0.25 0.47 0 0.70 268.33 0.31 0.23
Hex 3A 29 4D 19 2F 0 46 10C 1F 17
Octal 72 51 115 31 57 0 106 414 37 27
Binary 111010 101001 1001101 11001 101111 0 1000110 100001100 11111 10111

Color Harmonies of #3A294D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A294D

Black with #3A294D

Text Example


Text Example

White with #3A294D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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