Html Css Color HEX #3A2548 Jagger

📋 copy color: '#3A2548'

red 58 ◦ green 37 ◦ blue 72

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

Shades of Jagger #3A2548

Tints of Jagger #3A2548

RGB

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

 GREEN value IS 37 (14.84% from 255) = 22.16%

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

R = 34.73%
G = 22.16%
B = 43.11%

CMYK

 C value IS 0.19

 M value IS 0.49

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#3A2548 (or 0x3A2548) is known color: Jagger. HEX triplet: 3A, 25 and 48. RGB value is (58,37,72). Sum of RGB (Red+Green+Blue) = 58+37+72=167 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.73% from 167); Green value is 37 (14.84% from 255 or 22.16% from 167); Blue value is 72 (28.52% from 255 or 43.11% from 167); Max value from RGB is 72 - color contains mainly: blue. Hex color #3A2548 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2548 is #C5DAB7. Grayscale: #2F2F2F. Windows color (decimal): -12966584 or 4728122. OLE color: 4728122.

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

Color convert

RGB 58 37 72 -
CMYK 0.19 0.49 0 0.72
HSL 276º 0.32% 0.21% -
HSV(B) 276º 0.49% 0.28% -
XYZ 3.58 2.69 6.46 -
YUV 47.27 141.96 135.65 -
System Red Green Blue C M Y K H S L
Decimal 58 37 72 0.19 0.49 0 0.72 276 0.32 0.21
Hex 3A 25 48 13 31 0 48 114 20 15
Octal 72 45 110 23 61 0 110 424 40 25
Binary 111010 100101 1001000 10011 110001 0 1001000 100010100 100000 10101

Color Harmonies of #3A2548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2548

Black with #3A2548

Text Example


Text Example

White with #3A2548

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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