Html Css Color HEX #3A2948 Jagger

📋 copy color: '#3A2948'

red 58 ◦ green 41 ◦ blue 72

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

Shades of Jagger #3A2948

Tints of Jagger #3A2948

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 42.11%

R = 33.92%
G = 23.98%
B = 42.11%

CMYK

 C value IS 0.19

 M value IS 0.43

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#3A2948 (or 0x3A2948) is known color: Jagger. HEX triplet: 3A, 29 and 48. RGB value is (58,41,72). Sum of RGB (Red+Green+Blue) = 58+41+72=171 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.92% from 171); Green value is 41 (16.41% from 255 or 23.98% from 171); Blue value is 72 (28.52% from 255 or 42.11% from 171); Max value from RGB is 72 - color contains mainly: blue. Hex color #3A2948 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2948 is #C5D6B7. Grayscale: #313131. Windows color (decimal): -12965560 or 4729146. OLE color: 4729146.

HSL color Cylindrical-coordinate representation of color #3A2948: hue angle of 272.9º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3A2948 is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 58 41 72 -
CMYK 0.19 0.43 0 0.72
HSL 272.9º 0.27% 0.22% -
HSV(B) 272.9º 0.43% 0.28% -
XYZ 3.71 2.95 6.51 -
YUV 49.62 140.63 133.98 -
System Red Green Blue C M Y K H S L
Decimal 58 41 72 0.19 0.43 0 0.72 272.9 0.27 0.22
Hex 3A 29 48 13 2B 0 48 111 1B 16
Octal 72 51 110 23 53 0 110 421 33 26
Binary 111010 101001 1001000 10011 101011 0 1001000 100010001 11011 10110

Color Harmonies of #3A2948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2948

Black with #3A2948

Text Example


Text Example

White with #3A2948

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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