Html Css Color HEX #3A2648 Jagger

📋 copy color: '#3A2648'

red 58 ◦ green 38 ◦ blue 72

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

Shades of Jagger #3A2648

Tints of Jagger #3A2648

RGB

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

 GREEN value IS 38 (15.23% from 255) = 22.62%

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

R = 34.52%
G = 22.62%
B = 42.86%

CMYK

 C value IS 0.19

 M value IS 0.47

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#3A2648 (or 0x3A2648) is known color: Jagger. HEX triplet: 3A, 26 and 48. RGB value is (58,38,72). Sum of RGB (Red+Green+Blue) = 58+38+72=168 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.52% from 168); Green value is 38 (15.23% from 255 or 22.62% from 168); Blue value is 72 (28.52% from 255 or 42.86% from 168); Max value from RGB is 72 - color contains mainly: blue. Hex color #3A2648 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2648 is #C5D9B7. Grayscale: #2F2F2F. Windows color (decimal): -12966328 or 4728378. OLE color: 4728378.

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

Color convert

RGB 58 38 72 -
CMYK 0.19 0.47 0 0.72
HSL 275.29º 0.31% 0.22% -
HSV(B) 275.29º 0.47% 0.28% -
XYZ 3.61 2.75 6.47 -
YUV 47.86 141.63 135.24 -
System Red Green Blue C M Y K H S L
Decimal 58 38 72 0.19 0.47 0 0.72 275.29 0.31 0.22
Hex 3A 26 48 13 2F 0 48 113 1F 16
Octal 72 46 110 23 57 0 110 423 37 26
Binary 111010 100110 1001000 10011 101111 0 1001000 100010011 11111 10110

Color Harmonies of #3A2648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2648

Black with #3A2648

Text Example


Text Example

White with #3A2648

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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