Html Css Color HEX #3A294E Jagger

📋 copy color: '#3A294E'

red 58 ◦ green 41 ◦ blue 78

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

Shades of Jagger #3A294E

Tints of Jagger #3A294E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 44.07%

R = 32.77%
G = 23.16%
B = 44.07%

CMYK

 C value IS 0.26

 M value IS 0.47

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3A294E (or 0x3A294E) is known color: Jagger. HEX triplet: 3A, 29 and 4E. RGB value is (58,41,78). Sum of RGB (Red+Green+Blue) = 58+41+78=177 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.77% from 177); Green value is 41 (16.41% from 255 or 23.16% from 177); Blue value is 78 (30.86% from 255 or 44.07% from 177); Max value from RGB is 78 - color contains mainly: blue. Hex color #3A294E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A294E is #C5D6B1. Grayscale: #323232. Windows color (decimal): -12965554 or 5122362. OLE color: 5122362.

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

Color convert

RGB 58 41 78 -
CMYK 0.26 0.47 0 0.69
HSL 267.57º 0.31% 0.23% -
HSV(B) 267.57º 0.47% 0.31% -
XYZ 3.91 3.04 7.59 -
YUV 50.3 143.63 133.49 -
System Red Green Blue C M Y K H S L
Decimal 58 41 78 0.26 0.47 0 0.69 267.57 0.31 0.23
Hex 3A 29 4E 1A 2F 0 45 10C 1F 17
Octal 72 51 116 32 57 0 105 414 37 27
Binary 111010 101001 1001110 11010 101111 0 1000101 100001100 11111 10111

Color Harmonies of #3A294E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A294E

Black with #3A294E

Text Example


Text Example

White with #3A294E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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