Html Css Color HEX #3F2E54 Jagger

📋 copy color: '#3F2E54'

red 63 ◦ green 46 ◦ blue 84

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

Shades of Jagger #3F2E54

Tints of Jagger #3F2E54

RGB

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

 GREEN value IS 46 (18.36% from 255) = 23.83%

 BLUE value IS 84 (33.2% from 255) = 43.52%

R = 32.64%
G = 23.83%
B = 43.52%

CMYK

 C value IS 0.25

 M value IS 0.45

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#3F2E54 (or 0x3F2E54) is known color: Jagger. HEX triplet: 3F, 2E and 54. RGB value is (63,46,84). Sum of RGB (Red+Green+Blue) = 63+46+84=193 (25% of max value = 765). Red value is 63 (25% from 255 or 32.64% from 193); Green value is 46 (18.36% from 255 or 23.83% from 193); Blue value is 84 (33.20% from 255 or 43.52% from 193); Max value from RGB is 84 - color contains mainly: blue. Hex color #3F2E54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2E54 is #C0D1AB. Grayscale: #373737. Windows color (decimal): -12636588 or 5516863. OLE color: 5516863.

HSL color Cylindrical-coordinate representation of color #3F2E54: hue angle of 266.84º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3F2E54 is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 63 46 84 -
CMYK 0.25 0.45 0 0.67
HSL 266.84º 0.29% 0.25% -
HSV(B) 266.84º 0.45% 0.33% -
XYZ 4.63 3.65 8.85 -
YUV 55.42 144.13 133.41 -
System Red Green Blue C M Y K H S L
Decimal 63 46 84 0.25 0.45 0 0.67 266.84 0.29 0.25
Hex 3F 2E 54 19 2D 0 43 10B 1D 19
Octal 77 56 124 31 55 0 103 413 35 31
Binary 111111 101110 1010100 11001 101101 0 1000011 100001011 11101 11001

Color Harmonies of #3F2E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2E54

Black with #3F2E54

Text Example


Text Example

White with #3F2E54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,46,84); }

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

background-color css

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

 a { background-color: rgb(63,46,84); }

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

border-color css

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

 span { border-color: rgb(63,46,84); }

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