Html Css Color HEX #3F2548 Jagger

📋 copy color: '#3F2548'

red 63 ◦ green 37 ◦ blue 72

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

Shades of Jagger #3F2548

Tints of Jagger #3F2548

RGB

 RED value IS 63 (25% from 255) = 36.63%

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

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

R = 36.63%
G = 21.51%
B = 41.86%

CMYK

 C value IS 0.12

 M value IS 0.49

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#3F2548 (or 0x3F2548) is known color: Jagger. HEX triplet: 3F, 25 and 48. RGB value is (63,37,72). Sum of RGB (Red+Green+Blue) = 63+37+72=172 (22% of max value = 765). Red value is 63 (25% from 255 or 36.63% from 172); Green value is 37 (14.84% from 255 or 21.51% from 172); Blue value is 72 (28.52% from 255 or 41.86% from 172); Max value from RGB is 72 - color contains mainly: blue. Hex color #3F2548 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2548 is #C0DAB7. Grayscale: #303030. Windows color (decimal): -12638904 or 4728127. OLE color: 4728127.

HSL color Cylindrical-coordinate representation of color #3F2548: hue angle of 284.57º 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 #3F2548 is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 63 37 72 -
CMYK 0.12 0.49 0 0.72
HSL 284.57º 0.32% 0.21% -
HSV(B) 284.57º 0.49% 0.28% -
XYZ 3.88 2.85 6.48 -
YUV 48.76 141.11 138.15 -
System Red Green Blue C M Y K H S L
Decimal 63 37 72 0.12 0.49 0 0.72 284.57 0.32 0.21
Hex 3F 25 48 C 31 0 48 11D 20 15
Octal 77 45 110 14 61 0 110 435 40 25
Binary 111111 100101 1001000 1100 110001 0 1001000 100011101 100000 10101

Color Harmonies of #3F2548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2548

Black with #3F2548

Text Example


Text Example

White with #3F2548

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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